diff options
Diffstat (limited to 'arch/x86/kernel/acpi/sleep.h')
-rw-r--r-- | arch/x86/kernel/acpi/sleep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/sleep.h b/arch/x86/kernel/acpi/sleep.h index d68677a2a010..5653a5791ec9 100644 --- a/arch/x86/kernel/acpi/sleep.h +++ b/arch/x86/kernel/acpi/sleep.h | |||
@@ -2,8 +2,8 @@ | |||
2 | * Variables and functions used by the code in sleep.c | 2 | * Variables and functions used by the code in sleep.c |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <asm/trampoline.h> | ||
6 | #include <linux/linkage.h> | 5 | #include <linux/linkage.h> |
6 | #include <asm/realmode.h> | ||
7 | 7 | ||
8 | extern unsigned long saved_video_mode; | 8 | extern unsigned long saved_video_mode; |
9 | extern long saved_magic; | 9 | extern long saved_magic; |