From: Julien Grall Date: Sat, 4 Apr 2020 11:03:22 +0000 (+0100) Subject: xen/arm: kernel: Re-order the includes X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~1769 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=529527b57abb407db90bfb69036096624391d4ce;p=xen.git xen/arm: kernel: 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 Acked-by: Stefano Stabellini --- diff --git a/xen/arch/arm/kernel.c b/xen/arch/arm/kernel.c index 8eff074836..f95fa392af 100644 --- a/xen/arch/arm/kernel.c +++ b/xen/arch/arm/kernel.c @@ -3,20 +3,20 @@ * * Copyright (C) 2011 Citrix Systems, Inc. */ +#include #include +#include #include #include +#include #include -#include #include -#include -#include -#include -#include #include +#include #include #include +#include #define UIMAGE_MAGIC 0x27051956 #define UIMAGE_NMLEN 32