diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-26 11:54:55 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-08 15:27:44 +0200 |
commit | 1bc857f700fb14bbcb990a81b1255f39807ae59e (patch) | |
tree | a587ef3eda0ea6d6a682b4bd5a8f6a6bcb814739 /drivers/video/omap/lcd_inn1610.c | |
parent | ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h (diff) | |
download | linux-1bc857f700fb14bbcb990a81b1255f39807ae59e.tar.xz linux-1bc857f700fb14bbcb990a81b1255f39807ae59e.zip |
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>
Diffstat (limited to 'drivers/video/omap/lcd_inn1610.c')
-rw-r--r-- | drivers/video/omap/lcd_inn1610.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap/lcd_inn1610.c b/drivers/video/omap/lcd_inn1610.c index 9fff86f67bde..12cc52a70f96 100644 --- a/drivers/video/omap/lcd_inn1610.c +++ b/drivers/video/omap/lcd_inn1610.c @@ -22,7 +22,7 @@ #include <linux/module.h> #include <linux/platform_device.h> -#include <mach/gpio.h> +#include <asm/gpio.h> #include "omapfb.h" #define MODULE_NAME "omapfb-lcd_h3" |