commit | de21eab97d9518991cd12eb6e7ef8c62305fc8f1 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Sep 16 14:30:37 2010 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Sep 23 09:02:05 2010 +0200 |
tree | b22d513d7476703f01962fa7384cc4fa69e17898 | |
parent | 247e9d74adbbdfa94edf48bbba19beb514d56c56 [diff] [blame] |
ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific Signed-off-by: Stefan Roese <sr@denx.de>
diff --git a/board/t3corp/t3corp.c b/board/t3corp/t3corp.c index 26568e2..04d6a2e 100644 --- a/board/t3corp/t3corp.c +++ b/board/t3corp/t3corp.c
@@ -27,7 +27,7 @@ #include <asm/io.h> #include <asm/mmu.h> #include <asm/4xx_pcie.h> -#include <asm/gpio.h> +#include <asm/ppc4xx-gpio.h> int board_early_init_f(void) {