diff options
author | Reinhard Meyer <u-boot@emk-elektronik.de> | 2010-11-07 13:26:14 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-18 07:56:51 +0200 |
commit | 86592f60595f5dcebde01c9a4135485fbf2a61d6 (patch) | |
tree | 578f9d468bb622b69b3836b80ff2364dfddfaec3 /drivers/gpio | |
parent | 60af56803878ab35598fe4267ff55e7471148999 (diff) | |
download | u-boot-86592f60595f5dcebde01c9a4135485fbf2a61d6.tar.gz u-boot-86592f60595f5dcebde01c9a4135485fbf2a61d6.tar.xz u-boot-86592f60595f5dcebde01c9a4135485fbf2a61d6.zip |
AT91: change includes from asm/arch/io.h to asm/io.h
and remove the now unused asm/arch-at91/io.h
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/at91_gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c index 1631687186..be2a0268e8 100644 --- a/drivers/gpio/at91_gpio.c +++ b/drivers/gpio/at91_gpio.c @@ -36,9 +36,9 @@ #include <config.h> #include <common.h> +#include <asm/io.h> #include <asm/sizes.h> #include <asm/arch/hardware.h> -#include <asm/arch/io.h> #include <asm/arch/at91_pio.h> int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup) |