[U-Boot] [PATCH v2 2/4] gpio: do not include <asm/arch/gpio.h> for UniPhier

Masahiro Yamada yamada.masahiro at socionext.com
Fri Jul 17 14:15:44 CEST 2015


I implemented a GPIO driver based on Driver Model for the UniPhier
SoC family, but I could not find any good reason why such SoC
specific GPIO headers are needed.

Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---

Changes in v2: None

 arch/arm/include/asm/gpio.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/include/asm/gpio.h b/arch/arm/include/asm/gpio.h
index d49ad08..fe4419c 100644
--- a/arch/arm/include/asm/gpio.h
+++ b/arch/arm/include/asm/gpio.h
@@ -1,2 +1,4 @@
+#ifndef CONFIG_ARCH_UNIPHIER
 #include <asm/arch/gpio.h>
+#endif
 #include <asm-generic/gpio.h>
-- 
1.9.1



More information about the U-Boot mailing list