diff options
author | Len Brown <len.brown@intel.com> | 2012-07-26 19:40:08 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-07-30 21:10:16 -0400 |
commit | 3b6961ba8c682cc71e51079017743c1b282fd259 (patch) | |
tree | 5c8cafe80b6cc8f6358046a402f815624df324dc /arch/x86/kernel/acpi/sleep.h | |
parent | ec033d0a02901551346b9f43f8ff9bad51378891 (diff) |
ACPI/x86: revert 'x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from assembler'
cd74257b974d6d26442c97891c4d05772748b177
patched up GTS/BFS -- a feature we want to remove.
So revert it (by hand, due to conflict in sleep.h)
to prepare for GTS/BFS removal.
Signed-off-by: Len Brown <len.brown@intel.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/x86/kernel/acpi/sleep.h')
-rw-r--r-- | arch/x86/kernel/acpi/sleep.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/acpi/sleep.h b/arch/x86/kernel/acpi/sleep.h index 5653a5791ec9..67f59f8c6956 100644 --- a/arch/x86/kernel/acpi/sleep.h +++ b/arch/x86/kernel/acpi/sleep.h @@ -2,7 +2,6 @@ * Variables and functions used by the code in sleep.c */ -#include <linux/linkage.h> #include <asm/realmode.h> extern unsigned long saved_video_mode; @@ -11,7 +10,6 @@ extern long saved_magic; extern int wakeup_pmode_return; extern u8 wake_sleep_flags; -extern asmlinkage void acpi_enter_s3(void); extern unsigned long acpi_copy_wakeup_routine(unsigned long); extern void wakeup_long64(void); |