diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-26 11:53:52 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-08 15:27:41 +0200 |
commit | 2f8163baada3dbd0ce891c35bc59ae46e773487a (patch) | |
tree | cf148d2c014e777bf374e49daa74ba68e440a5d7 /arch/arm/mach-ks8695/board-acs5k.c | |
parent | ARM: gpio: at91: remove redundant include of mach/gpio.h (diff) | |
download | linux-2f8163baada3dbd0ce891c35bc59ae46e773487a.tar.xz linux-2f8163baada3dbd0ce891c35bc59ae46e773487a.zip |
ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h
Convert arch/arm includes of mach/gpio.h and asm/gpio.h to linux/gpio.h
before we start consolidating the individual platform implementations
of the gpio header files.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ks8695/board-acs5k.c')
-rw-r--r-- | arch/arm/mach-ks8695/board-acs5k.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-ks8695/board-acs5k.c b/arch/arm/mach-ks8695/board-acs5k.c index 3ca4f8e6f54f..dee45cbb1533 100644 --- a/arch/arm/mach-ks8695/board-acs5k.c +++ b/arch/arm/mach-ks8695/board-acs5k.c @@ -10,7 +10,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ - +#include <linux/gpio.h> #include <linux/kernel.h> #include <linux/types.h> #include <linux/interrupt.h> @@ -34,7 +34,6 @@ #include <asm/mach/irq.h> #include <mach/devices.h> -#include <mach/gpio.h> #include "generic.h" |