]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
xen/arm: Use asm/ rather than asm-arm/ when including header
authorJulien Grall <julien@xen.org>
Thu, 13 Feb 2020 12:39:06 +0000 (12:39 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 14 Feb 2020 00:41:18 +0000 (16:41 -0800)
All the arch headers (i.e under asm-arm) are included using "asm/*.h".

To stay consistent, remove the only instance where "asm-arm/*.h" is
used.

Take the opportunity to move the inclusion with the rest of the asm/
include.

Signed-off-by: Julien Grall <julien@xen.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/domain.h

index adc7fe7210a22880fd5ab3f2cfcffe66c9531c6a..d39477a939322bd211a49b61798479ef3fc1260a 100644 (file)
@@ -9,10 +9,10 @@
 #include <asm/mmio.h>
 #include <asm/gic.h>
 #include <asm/vgic.h>
+#include <asm/vpl011.h>
 #include <public/hvm/params.h>
 #include <xen/serial.h>
 #include <xen/rbtree.h>
-#include <asm-arm/vpl011.h>
 
 struct hvm_domain
 {