[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/arm: decode: Re-order the includes
commit 9c7ff81802263ecb964c471fbbbbfe753873b983 Author: Julien Grall <jgrall@xxxxxxxxxx> AuthorDate: Sat Apr 4 12:06:04 2020 +0100 Commit: Julien Grall <jgrall@xxxxxxxxxx> CommitDate: Fri Aug 14 19:56:33 2020 +0100 xen/arm: decode: 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@xxxxxxxxxx> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> --- xen/arch/arm/decode.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xen/arch/arm/decode.c b/xen/arch/arm/decode.c index 8b1e15d118..144793c8ce 100644 --- a/xen/arch/arm/decode.c +++ b/xen/arch/arm/decode.c @@ -17,11 +17,12 @@ * GNU General Public License for more details. */ -#include <xen/types.h> +#include <xen/lib.h> #include <xen/sched.h> +#include <xen/types.h> + #include <asm/current.h> #include <asm/guest_access.h> -#include <xen/lib.h> #include "decode.h" -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |