diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-26 05:57:37 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-08 09:27:52 -0400 |
commit | 75482dc3ded2be0b04ee00294f8db94a38748096 (patch) | |
tree | e86daa6ef0032c3fabe67d1f2b7b5d6b26242442 /drivers/gpio | |
parent | 60e8972dc7e1df843d7132fb572e74f10502a4b7 (diff) |
ARM: gpio: nomadik: 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/gpio')
-rw-r--r-- | drivers/gpio/gpio-nomadik.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-nomadik.c b/drivers/gpio/gpio-nomadik.c index 2c212c732d76..f7f0406ed880 100644 --- a/drivers/gpio/gpio-nomadik.c +++ b/drivers/gpio/gpio-nomadik.c | |||
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | #include <plat/pincfg.h> | 29 | #include <plat/pincfg.h> |
30 | #include <mach/hardware.h> | 30 | #include <mach/hardware.h> |
31 | #include <mach/gpio.h> | 31 | #include <asm/gpio.h> |
32 | 32 | ||
33 | /* | 33 | /* |
34 | * The GPIO module in the Nomadik family of Systems-on-Chip is an | 34 | * The GPIO module in the Nomadik family of Systems-on-Chip is an |