aboutsummaryrefslogtreecommitdiff
path: root/board/quad100hd
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2010-09-16 14:30:37 +0200
committerStefan Roese <sr@denx.de>2010-09-23 09:02:05 +0200
commit098877628888f28f321b8a61a9b0b982a969e415 (patch)
treeb22d513d7476703f01962fa7384cc4fa69e17898 /board/quad100hd
parentb36df561154bdd0a41bb77e09c5575ca2cf48013 (diff)
ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/quad100hd')
-rw-r--r--board/quad100hd/nand.c2
-rw-r--r--board/quad100hd/quad100hd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/quad100hd/nand.c b/board/quad100hd/nand.c
index 35525bc3b..a2220994e 100644
--- a/board/quad100hd/nand.c
+++ b/board/quad100hd/nand.c
@@ -24,7 +24,7 @@
#include <common.h>
#include <config.h>
#if defined(CONFIG_CMD_NAND)
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
#include <asm/io.h>
#include <nand.h>
diff --git a/board/quad100hd/quad100hd.c b/board/quad100hd/quad100hd.c
index f878c49bf..2f72d2b1b 100644
--- a/board/quad100hd/quad100hd.c
+++ b/board/quad100hd/quad100hd.c
@@ -33,7 +33,7 @@
#include <asm/processor.h>
#include <asm/io.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
DECLARE_GLOBAL_DATA_PTR;