commit | 1bc857f700fb14bbcb990a81b1255f39807ae59e | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jul 26 10:54:55 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Aug 08 14:27:44 2011 +0100 |
tree | a587ef3eda0ea6d6a682b4bd5a8f6a6bcb814739 | |
parent | 2f8163baada3dbd0ce891c35bc59ae46e773487a [diff] [blame] |
ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c index 0599854..9c27244 100644 --- a/drivers/gpio/gpio-omap.c +++ b/drivers/gpio/gpio-omap.c
@@ -25,7 +25,7 @@ #include <mach/hardware.h> #include <asm/irq.h> #include <mach/irqs.h> -#include <mach/gpio.h> +#include <asm/gpio.h> #include <asm/mach/irq.h> struct gpio_bank {