diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-26 10:58:41 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-08 14:27:58 +0100 |
commit | db3f72853ee2d89beb1e0bbec274fca0bf44db54 (patch) | |
tree | a44cabf4705d21f4592aa97af99852103dcebb55 /drivers/usb | |
parent | 667efc5894f50b36af96274bfbc31af8fb67833e (diff) | |
download | blackbird-op-linux-db3f72853ee2d89beb1e0bbec274fca0bf44db54.tar.gz blackbird-op-linux-db3f72853ee2d89beb1e0bbec274fca0bf44db54.zip |
ARM: gpio: pnx4008: convert drivers to use asm/gpio.h rather than mach/gpio.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/ohci-pnx4008.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-pnx4008.c b/drivers/usb/host/ohci-pnx4008.c index 653d6a60edb5..d1b41933199e 100644 --- a/drivers/usb/host/ohci-pnx4008.c +++ b/drivers/usb/host/ohci-pnx4008.c @@ -26,7 +26,7 @@ #include <mach/platform.h> #include <mach/irqs.h> -#include <mach/gpio.h> +#include <asm/gpio.h> #define USB_CTRL IO_ADDRESS(PNX4008_PWRMAN_BASE + 0x64) |