Message ID | 20190327184531.30986-4-julien.grall@arm.com |
---|---|
State | New |
Headers | show |
Series | xen/arm: Add support to build with clang | expand |
On Wed, 27 Mar 2019, Julien Grall wrote: > The header guard for xilinx-zynqmp-eemi.h is not followed by a #define > of the macro used in the guard. > > Signed-off-by: Julien Grall <julien.grall@arm.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org> > --- > xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h b/xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h > index 72aadf7a44..cf25a9014d 100644 > --- a/xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h > +++ b/xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h > @@ -12,7 +12,7 @@ > */ > > #ifndef __ASM_ARM_PLATFORMS_ZYNQMP_H > -#define __ASM_ASM_PLATFORMS_ZYNQMP_H > +#define __ASM_ARM_PLATFORMS_ZYNQMP_H > > #include <asm/processor.h> > #include <asm/smccc.h> > -- > 2.11.0 >
diff --git a/xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h b/xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h index 72aadf7a44..cf25a9014d 100644 --- a/xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h +++ b/xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h @@ -12,7 +12,7 @@ */ #ifndef __ASM_ARM_PLATFORMS_ZYNQMP_H -#define __ASM_ASM_PLATFORMS_ZYNQMP_H +#define __ASM_ARM_PLATFORMS_ZYNQMP_H #include <asm/processor.h> #include <asm/smccc.h>
The header guard for xilinx-zynqmp-eemi.h is not followed by a #define of the macro used in the guard. Signed-off-by: Julien Grall <julien.grall@arm.com> --- xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)