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 /arch/powerpc/cpu/ppc4xx/gpio.c | |
| parent | b36df561154bdd0a41bb77e09c5575ca2cf48013 (diff) | |
| download | olio-uboot-2014.01-098877628888f28f321b8a61a9b0b982a969e415.tar.xz olio-uboot-2014.01-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 'arch/powerpc/cpu/ppc4xx/gpio.c')
| -rw-r--r-- | arch/powerpc/cpu/ppc4xx/gpio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/cpu/ppc4xx/gpio.c b/arch/powerpc/cpu/ppc4xx/gpio.c index c0d351a95..1f9f93a69 100644 --- a/arch/powerpc/cpu/ppc4xx/gpio.c +++ b/arch/powerpc/cpu/ppc4xx/gpio.c @@ -24,7 +24,7 @@  #include <common.h>  #include <asm/processor.h>  #include <asm/io.h> -#include <asm/gpio.h> +#include <asm/ppc4xx-gpio.h>  #if defined(CONFIG_SYS_4xx_GPIO_TABLE)  gpio_param_s const gpio_tab[GPIO_GROUP_MAX][GPIO_MAX] = CONFIG_SYS_4xx_GPIO_TABLE; |