forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/x86/kernel/acpi/sleep.h
....@@ -3,7 +3,7 @@
33 * Variables and functions used by the code in sleep.c
44 */
55
6
-#include <asm/realmode.h>
6
+#include <linux/linkage.h>
77
88 extern unsigned long saved_video_mode;
99 extern long saved_magic;
....@@ -19,4 +19,4 @@
1919
2020 extern int x86_acpi_suspend_lowlevel(void);
2121
22
-acpi_status asmlinkage x86_acpi_enter_sleep_state(u8 state);
22
+asmlinkage acpi_status x86_acpi_enter_sleep_state(u8 state);