diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-01-30 07:31:16 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:16 -0500 |
commit | 6b7d190b14d478c759be22dcb7ee4695a711b562 (patch) | |
tree | 38bf86b8b48f80f5db1b8d34161ac0ad8b501fb1 /arch/x86/kernel/acpi | |
parent | 332540d5fe7f3370bb860090e4b906340a2e2afb (diff) |
x86: remove last users of FASTCALL
FASTCALL() is always empty.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/acpi')
-rw-r--r-- | arch/x86/kernel/acpi/sleep_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/sleep_32.c b/arch/x86/kernel/acpi/sleep_32.c index 10699489cfe7..09f820d920b1 100644 --- a/arch/x86/kernel/acpi/sleep_32.c +++ b/arch/x86/kernel/acpi/sleep_32.c | |||
@@ -17,7 +17,7 @@ unsigned long acpi_wakeup_address = 0; | |||
17 | unsigned long acpi_realmode_flags; | 17 | unsigned long acpi_realmode_flags; |
18 | extern char wakeup_start, wakeup_end; | 18 | extern char wakeup_start, wakeup_end; |
19 | 19 | ||
20 | extern unsigned long FASTCALL(acpi_copy_wakeup_routine(unsigned long)); | 20 | extern unsigned long acpi_copy_wakeup_routine(unsigned long); |
21 | 21 | ||
22 | /** | 22 | /** |
23 | * acpi_save_state_mem - save kernel state | 23 | * acpi_save_state_mem - save kernel state |