git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee992f
)
arm: uniphier: fix header inclusion guard
author
Andre Przywara
<andre.przywara@arm.com>
Mon, 15 May 2023 13:52:11 +0000
(14:52 +0100)
committer
Tom Rini
<trini@konsulko.com>
Wed, 31 May 2023 14:11:46 +0000
(10:11 -0400)
It seems like the header inclusion guard for some Uniphier DDR PHY
header was misspelled.
Make the preprocessor symbol for the #ifndef and #define lines the
same, so that the double inclusion protection works as expected.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-uniphier/dram/ddrphy-init.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-uniphier/dram/ddrphy-init.h
b/arch/arm/mach-uniphier/dram/ddrphy-init.h
index
09981f6
..
4431f5c
100644
(file)
--- a/
arch/arm/mach-uniphier/dram/ddrphy-init.h
+++ b/
arch/arm/mach-uniphier/dram/ddrphy-init.h
@@
-4,7
+4,7
@@
*/
#ifndef ARCH_DDRPHY_INIT_H
-#define ARCH_DDRPHY_IN
T
T_H
+#define ARCH_DDRPHY_IN
I
T_H
#include <linux/compiler.h>
#include <linux/types.h>