]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
xen/arm: kernel: Re-order the includes
authorJulien Grall <jgrall@amazon.com>
Sat, 4 Apr 2020 11:03:22 +0000 (12:03 +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>
xen/arch/arm/kernel.c

index 8eff0748367deb458aaec220cd4eb49b2fdef397..f95fa392af44a9a1844a81a603bd18156ac889ac 100644 (file)
@@ -3,20 +3,20 @@
  *
  * Copyright (C) 2011 Citrix Systems, Inc.
  */
+#include <xen/domain_page.h>
 #include <xen/errno.h>
+#include <xen/gunzip.h>
 #include <xen/init.h>
 #include <xen/lib.h>
+#include <xen/libfdt/libfdt.h>
 #include <xen/mm.h>
-#include <xen/domain_page.h>
 #include <xen/sched.h>
-#include <asm/byteorder.h>
-#include <asm/setup.h>
-#include <xen/libfdt/libfdt.h>
-#include <xen/gunzip.h>
 #include <xen/vmap.h>
 
+#include <asm/byteorder.h>
 #include <asm/guest_access.h>
 #include <asm/kernel.h>
+#include <asm/setup.h>
 
 #define UIMAGE_MAGIC          0x27051956
 #define UIMAGE_NMLEN          32