summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/exynos
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-20 19:48:37 -0600
committerSimon Glass <sjg@chromium.org>2014-10-22 10:36:18 -0600
commit903fd79564a2b8874fa2e09fd6a04b7cb99690da (patch)
treeaa2c2c5c4ddd27752cc0e8ad0b3a0599add8f25c /arch/arm/cpu/armv7/exynos
parent084067ce13b5665c8ee8eb1277447d67bc5210c8 (diff)
downloadblackbird-obmc-uboot-903fd79564a2b8874fa2e09fd6a04b7cb99690da.tar.gz
blackbird-obmc-uboot-903fd79564a2b8874fa2e09fd6a04b7cb99690da.zip
dm: exynos: Tidy up GPIO headers
The wrong header is being included, thus requiring the code to re-declare the generic GPIO interface in each GPIO header. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu/armv7/exynos')
-rw-r--r--arch/arm/cpu/armv7/exynos/pinmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/exynos/pinmux.c b/arch/arm/cpu/armv7/exynos/pinmux.c
index b929486da9..2caeb3e2b4 100644
--- a/arch/arm/cpu/armv7/exynos/pinmux.c
+++ b/arch/arm/cpu/armv7/exynos/pinmux.c
@@ -7,7 +7,7 @@
#include <common.h>
#include <fdtdec.h>
-#include <asm/arch/gpio.h>
+#include <asm/gpio.h>
#include <asm/arch/pinmux.h>
#include <asm/arch/sromc.h>
OpenPOWER on IntegriCloud