]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen/arm: zynqmp: Fix header guard for xilinx-zynqmp-eemi.h
authorJulien Grall <julien.grall@arm.com>
Wed, 27 Mar 2019 18:45:22 +0000 (18:45 +0000)
committerWei Liu <wei.liu2@citrix.com>
Mon, 13 May 2019 10:28:03 +0000 (11:28 +0100)
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

index 72aadf7a44b95e5380d37eed3c5003c6611d1657..cf25a9014d90979c8d60b920b4acce9acf3682fb 100644 (file)
@@ -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>