kernel/arch/x86/xen/suspend_pv.c
.. .. @@ -1,11 +1,11 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 #include <linux/types.h> 3 3 4 -#include <asm/fixmap.h>5 -6 4 #include <asm/xen/hypercall.h> 7 5 #include <asm/xen/page.h> 8 6 7 +#include <asm/fixmap.h>8 +9 9 #include "xen-ops.h" 10 10 11 11 void xen_pv_pre_suspend(void)