diff options
author | Stefan Roese <sr@denx.de> | 2010-09-16 14:30:37 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2010-09-23 09:02:05 +0200 |
commit | 098877628888f28f321b8a61a9b0b982a969e415 (patch) | |
tree | b22d513d7476703f01962fa7384cc4fa69e17898 /board/esd | |
parent | b36df561154bdd0a41bb77e09c5575ca2cf48013 (diff) | |
download | u-boot-imx-098877628888f28f321b8a61a9b0b982a969e415.zip u-boot-imx-098877628888f28f321b8a61a9b0b982a969e415.tar.gz u-boot-imx-098877628888f28f321b8a61a9b0b982a969e415.tar.bz2 |
ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd')
-rw-r--r-- | board/esd/pmc405de/pmc405de.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pmc405de/pmc405de.c b/board/esd/pmc405de/pmc405de.c index b84e08a..c266ebe 100644 --- a/board/esd/pmc405de/pmc405de.c +++ b/board/esd/pmc405de/pmc405de.c @@ -26,7 +26,7 @@ #include <fdt_support.h> #include <asm/processor.h> #include <asm/io.h> -#include <asm/gpio.h> +#include <asm/ppc4xx-gpio.h> #include <asm/4xx_pci.h> #include <command.h> #include <malloc.h> |