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/video/pnx4008 | |
parent | 667efc5894f50b36af96274bfbc31af8fb67833e (diff) |
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/video/pnx4008')
-rw-r--r-- | drivers/video/pnx4008/sdum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/pnx4008/sdum.c b/drivers/video/pnx4008/sdum.c index 5ec4f2d439c9..50e00395240f 100644 --- a/drivers/video/pnx4008/sdum.c +++ b/drivers/video/pnx4008/sdum.c @@ -30,7 +30,7 @@ #include <linux/clk.h> #include <linux/gfp.h> #include <asm/uaccess.h> -#include <mach/gpio.h> +#include <asm/gpio.h> #include "sdum.h" #include "fbcommon.h" |