diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-01-30 13:31:16 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:31:16 +0100 |
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; unsigned long acpi_realmode_flags; extern char wakeup_start, wakeup_end; -extern unsigned long FASTCALL(acpi_copy_wakeup_routine(unsigned long)); +extern unsigned long acpi_copy_wakeup_routine(unsigned long); /** * acpi_save_state_mem - save kernel state |