summaryrefslogtreecommitdiff
path: root/board/samsung/universal_c210
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-21 05:48:37 +0400
committerSimon Glass <sjg@chromium.org>2014-10-22 20:36:18 +0400
commit903fd79564a2b8874fa2e09fd6a04b7cb99690da (patch)
treeaa2c2c5c4ddd27752cc0e8ad0b3a0599add8f25c /board/samsung/universal_c210
parent084067ce13b5665c8ee8eb1277447d67bc5210c8 (diff)
downloadu-boot-903fd79564a2b8874fa2e09fd6a04b7cb99690da.tar.xz
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 'board/samsung/universal_c210')
-rw-r--r--board/samsung/universal_c210/universal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c
index 47e7f538d6..f9d3325b66 100644
--- a/board/samsung/universal_c210/universal.c
+++ b/board/samsung/universal_c210/universal.c
@@ -12,7 +12,6 @@
#include <asm/io.h>
#include <asm/gpio.h>
#include <asm/arch/adc.h>
-#include <asm/arch/gpio.h>
#include <asm/arch/pinmux.h>
#include <asm/arch/watchdog.h>
#include <ld9040.h>