forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
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)