]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
xen/arm: guestcopy: Re-order the includes
authorJulien Grall <jgrall@amazon.com>
Sat, 4 Apr 2020 11:07:17 +0000 (12:07 +0100)
committerJulien Grall <jgrall@amazon.com>
Fri, 14 Aug 2020 18:56:33 +0000 (19:56 +0100)
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

index 7a0f3e9d5fc67c28258e8b924caec150cc40c168..c8023e2bca5d7e92fac050825a0b0d34b6fea65d 100644 (file)
@@ -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>