]> xenbits.xensource.com Git - people/pauldu/xen.git/commitdiff
xen/arm: p2m: Clean-up headers included and order them alphabetically
authorJulien Grall <julien.grall@arm.com>
Thu, 22 Nov 2018 10:57:36 +0000 (10:57 +0000)
committerJulien Grall <julien.grall@arm.com>
Wed, 12 Dec 2018 15:49:22 +0000 (15:49 +0000)
A lot of the headers are not necessary, so remove them. At the same
time, re-order them alphabetically.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/p2m.c

index 6c76298ebcbee5c36eacf0784f270633ecbd2645..81f3107dd21e96a12cd726918d9c045da71ba60c 100644 (file)
@@ -1,19 +1,11 @@
-#include <xen/sched.h>
-#include <xen/lib.h>
-#include <xen/errno.h>
+#include <xen/cpu.h>
 #include <xen/domain_page.h>
-#include <xen/bitops.h>
-#include <xen/vm_event.h>
-#include <xen/monitor.h>
 #include <xen/iocap.h>
-#include <xen/mem_access.h>
-#include <xen/xmalloc.h>
-#include <xen/cpu.h>
-#include <xen/notifier.h>
-#include <public/vm_event.h>
-#include <asm/flushtlb.h>
+#include <xen/lib.h>
+#include <xen/sched.h>
+
 #include <asm/event.h>
-#include <asm/hardirq.h>
+#include <asm/flushtlb.h>
 #include <asm/page.h>
 
 #define MAX_VMID_8_BIT  (1UL << 8)