kernel/arch/x86/kernel/acpi/sleep.h
.. .. @@ -3,7 +3,7 @@ 3 3 * Variables and functions used by the code in sleep.c 4 4 */ 5 5 6 -#include <asm/realmode.h>6 +#include <linux/linkage.h>7 7 8 8 extern unsigned long saved_video_mode; 9 9 extern long saved_magic; .. .. @@ -19,4 +19,4 @@ 19 19 20 20 extern int x86_acpi_suspend_lowlevel(void); 21 21 22 -acpi_status asmlinkage x86_acpi_enter_sleep_state(u8 state);22 +asmlinkage acpi_status x86_acpi_enter_sleep_state(u8 state);