[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 02/11] xen/arm: domain: Re-order the includes alphabetically
Signed-off-by: Julien Grall <julien.grall@xxxxxxx> --- xen/arch/arm/domain.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xen/arch/arm/domain.c b/xen/arch/arm/domain.c index 2dc8b0ab5a..1d835d321d 100644 --- a/xen/arch/arm/domain.c +++ b/xen/arch/arm/domain.c @@ -9,6 +9,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ +#include <xen/bitops.h> +#include <xen/errno.h> +#include <xen/grant_table.h> #include <xen/hypercall.h> #include <xen/init.h> #include <xen/lib.h> @@ -16,24 +19,21 @@ #include <xen/sched.h> #include <xen/softirq.h> #include <xen/wait.h> -#include <xen/errno.h> -#include <xen/bitops.h> -#include <xen/grant_table.h> +#include <asm/alternative.h> +#include <asm/cpufeature.h> #include <asm/current.h> #include <asm/event.h> +#include <asm/gic.h> #include <asm/guest_access.h> -#include <asm/regs.h> -#include <asm/p2m.h> #include <asm/irq.h> -#include <asm/cpufeature.h> -#include <asm/vfp.h> +#include <asm/p2m.h> +#include <asm/platform.h> #include <asm/procinfo.h> -#include <asm/alternative.h> - -#include <asm/gic.h> +#include <asm/regs.h> +#include <asm/vfp.h> #include <asm/vgic.h> -#include <asm/platform.h> + #include "vtimer.h" #include "vuart.h" -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |