summaryrefslogtreecommitdiffstats
path: root/post
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 /post
parentb36df561154bdd0a41bb77e09c5575ca2cf48013 (diff)
downloadtalos-obmc-uboot-098877628888f28f321b8a61a9b0b982a969e415.tar.gz
talos-obmc-uboot-098877628888f28f321b8a61a9b0b982a969e415.zip
ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'post')
-rw-r--r--post/board/lwmon5/watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/board/lwmon5/watchdog.c b/post/board/lwmon5/watchdog.c
index 44f0488323..f181506fe4 100644
--- a/post/board/lwmon5/watchdog.c
+++ b/post/board/lwmon5/watchdog.c
@@ -34,7 +34,7 @@
#if CONFIG_POST & CONFIG_SYS_POST_WATCHDOG
#include <watchdog.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
#include <asm/io.h>
static uint watchdog_magic_read(void)
OpenPOWER on IntegriCloud