[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] xen/arm: Use asm/ rather than asm-arm/ when including header
commit 2a03e7875837eae6ac9da375af4954780e36e448 Author: Julien Grall <julien@xxxxxxx> AuthorDate: Thu Feb 13 12:39:06 2020 +0000 Commit: Stefano Stabellini <sstabellini@xxxxxxxxxx> CommitDate: Thu Feb 13 16:41:18 2020 -0800 xen/arm: Use asm/ rather than asm-arm/ when including header 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@xxxxxxx> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> --- xen/include/asm-arm/domain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-arm/domain.h b/xen/include/asm-arm/domain.h index adc7fe7210..d39477a939 100644 --- a/xen/include/asm-arm/domain.h +++ b/xen/include/asm-arm/domain.h @@ -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 { -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |