forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/arch/x86/xen/suspend_pv.c
....@@ -1,11 +1,11 @@
11 // SPDX-License-Identifier: GPL-2.0
22 #include <linux/types.h>
33
4
-#include <asm/fixmap.h>
5
-
64 #include <asm/xen/hypercall.h>
75 #include <asm/xen/page.h>
86
7
+#include <asm/fixmap.h>
8
+
99 #include "xen-ops.h"
1010
1111 void xen_pv_pre_suspend(void)