diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-26 05:58:12 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-08 09:27:55 -0400 |
commit | 667efc5894f50b36af96274bfbc31af8fb67833e (patch) | |
tree | eb760bb66f32abd64bcf7ba4d6ac72a83d07d2dd /drivers/usb/musb/davinci.c | |
parent | 75482dc3ded2be0b04ee00294f8db94a38748096 (diff) |
ARM: gpio: davinci: 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/musb/davinci.c')
-rw-r--r-- | drivers/usb/musb/davinci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index 8bdf25a8b023..f9a3f62a83b5 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | #include <mach/hardware.h> | 36 | #include <mach/hardware.h> |
37 | #include <mach/memory.h> | 37 | #include <mach/memory.h> |
38 | #include <mach/gpio.h> | 38 | #include <asm/gpio.h> |
39 | #include <mach/cputype.h> | 39 | #include <mach/cputype.h> |
40 | 40 | ||
41 | #include <asm/mach-types.h> | 41 | #include <asm/mach-types.h> |