commit | 098877628888f28f321b8a61a9b0b982a969e415 | [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 | b36df561154bdd0a41bb77e09c5575ca2cf48013 [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/mosaixtech/icon/icon.c b/board/mosaixtech/icon/icon.c index 70b03dc..e09dbc3 100644 --- a/board/mosaixtech/icon/icon.c +++ b/board/mosaixtech/icon/icon.c
@@ -30,7 +30,7 @@ #include <netdev.h> #include <asm/processor.h> #include <asm/io.h> -#include <asm/gpio.h> +#include <asm/ppc4xx-gpio.h> #include <asm/4xx_pcie.h> #include <asm/errno.h> #include <asm/mmu.h>