> On 30 Jul 2020, at 20:18, Julien Grall <jul...@xen.org> wrote: > > From: Julien Grall <jgr...@amazon.com> > > We usually have xen/ includes first and then asm/. They are also ordered > alphabetically among themselves. > > Signed-off-by: Julien Grall <jgr...@amazon.com> Reviewed-by: Bertrand Marquis <bertrand.marq...@arm.com> > --- > xen/arch/arm/kernel.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/xen/arch/arm/kernel.c b/xen/arch/arm/kernel.c > index 8eff0748367d..f95fa392af44 100644 > --- a/xen/arch/arm/kernel.c > +++ b/xen/arch/arm/kernel.c > @@ -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 > -- > 2.17.1 > >
- Re: [RESEND][PATCH v2 5/7] xen: include xe... Jan Beulich
- Re: [RESEND][PATCH v2 5/7] xen: include xen/guest_... Bertrand Marquis
- Re: [RESEND][PATCH v2 5/7] xen: include xen/guest_... Bertrand Marquis
- [RESEND][PATCH v2 6/7] xen/guest_access: Consolidate gu... Julien Grall
- Re: [RESEND][PATCH v2 6/7] xen/guest_access: Conso... Stefano Stabellini
- Re: [RESEND][PATCH v2 6/7] xen/guest_access: C... Julien Grall
- Re: [RESEND][PATCH v2 6/7] xen/guest_access: Conso... Jan Beulich
- Re: [RESEND][PATCH v2 6/7] xen/guest_access: C... Julien Grall
- [RESEND][PATCH v2 2/7] xen/arm: kernel: Re-order the in... Julien Grall
- Re: [RESEND][PATCH v2 2/7] xen/arm: kernel: Re-ord... Stefano Stabellini
- Re: [RESEND][PATCH v2 2/7] xen/arm: kernel: Re-ord... Bertrand Marquis
- [RESEND][PATCH v2 4/7] xen/arm: guestcopy: Re-order the... Julien Grall
- Re: [RESEND][PATCH v2 4/7] xen/arm: guestcopy: Re-... Stefano Stabellini
- Re: [RESEND][PATCH v2 4/7] xen/arm: guestcopy: Re-... Bertrand Marquis
- Re: [RESEND][PATCH v2 4/7] xen/arm: guestcopy:... Bertrand Marquis
- Re: [RESEND][PATCH v2 4/7] xen/arm: guestcopy:... Julien Grall
- [RESEND][PATCH v2 7/7] xen/guest_access: Fix coding sty... Julien Grall
- Re: [RESEND][PATCH v2 7/7] xen/guest_access: Fix c... Stefano Stabellini
- Re: [RESEND][PATCH v2 7/7] xen/guest_access: Fix c... Jan Beulich
- Re: [RESEND][PATCH v2 7/7] xen/guest_access: F... Julien Grall
- Re: [RESEND][PATCH v2 7/7] xen/guest_acces... Jan Beulich