forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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)