projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34cb08c
)
xen/arm: zynqmp: Fix header guard for xilinx-zynqmp-eemi.h
author
Julien Grall
<julien.grall@arm.com>
Wed, 27 Mar 2019 18:45:22 +0000
(18:45 +0000)
committer
Wei 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
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h
b/xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h
index 72aadf7a44b95e5380d37eed3c5003c6611d1657..cf25a9014d90979c8d60b920b4acce9acf3682fb 100644
(file)
--- 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_A
S
M_PLATFORMS_ZYNQMP_H
+#define __ASM_A
R
M_PLATFORMS_ZYNQMP_H
#include <asm/processor.h>
#include <asm/smccc.h>