diff options
| author | Reinhard Meyer <[email protected]> | 2010-11-07 13:26:14 +0100 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-05-18 07:56:51 +0200 |
| commit | 86592f60595f5dcebde01c9a4135485fbf2a61d6 (patch) | |
| tree | 578f9d468bb622b69b3836b80ff2364dfddfaec3 /drivers | |
| parent | 60af56803878ab35598fe4267ff55e7471148999 (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpio/at91_gpio.c | 2 | ||||
| -rw-r--r-- | drivers/rtc/at91sam9_rtt.c | 2 | ||||
| -rw-r--r-- | drivers/usb/host/ohci-at91.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c index 1631687186b..be2a0268e84 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) diff --git a/drivers/rtc/at91sam9_rtt.c b/drivers/rtc/at91sam9_rtt.c index ed44016078f..ff4acb57e4e 100644 --- a/drivers/rtc/at91sam9_rtt.c +++ b/drivers/rtc/at91sam9_rtt.c @@ -38,9 +38,9 @@ #include <common.h> #include <command.h> #include <rtc.h> +#include <asm/io.h> #include <asm/errno.h> #include <asm/arch/hardware.h> -#include <asm/arch/io.h> #include <asm/arch/at91_rtt.h> #include <asm/arch/at91_gpbr.h> diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index 6166899432b..9532dd9ef6d 100644 --- a/drivers/usb/host/ohci-at91.c +++ b/drivers/usb/host/ohci-at91.c @@ -25,8 +25,8 @@ #if defined(CONFIG_USB_OHCI_NEW) && defined(CONFIG_SYS_USB_OHCI_CPU_INIT) +#include <asm/io.h> #include <asm/arch/hardware.h> -#include <asm/arch/io.h> #include <asm/arch/at91_pmc.h> #include <asm/arch/clk.h> |
