Mailing List Archive

[xen staging] xen/arm: guestcopy: Re-order the includes
commit 2404e59b1d934fedc3fd3bd92b3d5d2a981cd433
Author: Julien Grall <jgrall@amazon.com>
AuthorDate: Sat Apr 4 12:07:17 2020 +0100
Commit: Julien Grall <jgrall@amazon.com>
CommitDate: Fri Aug 14 19:56:33 2020 +0100

xen/arm: guestcopy: Re-order the includes

We usually have xen/ includes first and then asm/. They are also ordered
alphabetically among themselves.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
---
xen/arch/arm/guestcopy.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xen/arch/arm/guestcopy.c b/xen/arch/arm/guestcopy.c
index 7a0f3e9d5f..c8023e2bca 100644
--- a/xen/arch/arm/guestcopy.c
+++ b/xen/arch/arm/guestcopy.c
@@ -1,7 +1,8 @@
-#include <xen/lib.h>
#include <xen/domain_page.h>
+#include <xen/lib.h>
#include <xen/mm.h>
#include <xen/sched.h>
+
#include <asm/current.h>
#include <asm/guest_access.h>

--
generated by git-patchbot for /home/xen/git/xen.git#staging