summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/gpio.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-16 17:03:49 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-29 03:50:15 +0900
commitf8facbe71ecb4c9411e3da6e40d90152d066879a (patch)
tree90f339b8032e27a4d2b05e2b3816df72b37d0707 /arch/arm/include/asm/gpio.h
parentb9a66b63b49ce8ce7a43de68e46ef8c1c0a781fc (diff)
downloadtalos-obmc-uboot-f8facbe71ecb4c9411e3da6e40d90152d066879a.tar.gz
talos-obmc-uboot-f8facbe71ecb4c9411e3da6e40d90152d066879a.zip
gpio: do not include <asm/arch/gpio.h> for UniPhier
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@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include/asm/gpio.h')
-rw-r--r--arch/arm/include/asm/gpio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/gpio.h b/arch/arm/include/asm/gpio.h
index d49ad080e2..fe4419cae4 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>
OpenPOWER on IntegriCloud