aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/suspend_pv.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/xen/suspend_pv.c')
-rw-r--r--arch/x86/xen/suspend_pv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/xen/suspend_pv.c b/arch/x86/xen/suspend_pv.c
index 8303b58c79a9..cae9660f4c67 100644
--- a/arch/x86/xen/suspend_pv.c
+++ b/arch/x86/xen/suspend_pv.c
@@ -1,11 +1,11 @@
// SPDX-License-Identifier: GPL-2.0
#include <linux/types.h>
-#include <asm/fixmap.h>
-
#include <asm/xen/hypercall.h>
#include <asm/xen/page.h>
+#include <asm/fixmap.h>
+
#include "xen-ops.h"
void xen_pv_pre_suspend(void)