diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-08-22 08:37:38 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-22 09:12:54 +0100 |
commit | e24e4498cb4930bf785e46f98e7be7becece8b4c (patch) | |
tree | 98db103c03b619531d63c629319324f569c569f0 /drivers/gpio/gpio-ks8695.c | |
parent | db23c7332b5391646c32585b06328da0463418f8 (diff) |
ARM: 7036/1: mach-ks8695: break out GPIO driver specifics
The <mach/gpio.h> file is included from upper directories
and deal with generic GPIO and gpiolib stuff. Break out the
platform and driver specific defines and functions into its own
header file.
Cc: zeal <zealcook@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Acked-by: Daniel Silverstone <dsilvers@simtec.co.uk>
Acked-by: Simtec Linux Team <linux@simtec.co.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/gpio/gpio-ks8695.c')
-rw-r--r-- | drivers/gpio/gpio-ks8695.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-ks8695.c b/drivers/gpio/gpio-ks8695.c index b3fdfe1d262f..a3ac66ea364b 100644 --- a/drivers/gpio/gpio-ks8695.c +++ b/drivers/gpio/gpio-ks8695.c @@ -31,6 +31,7 @@ #include <asm/mach/irq.h> #include <mach/regs-gpio.h> +#include <mach/gpio-ks8695.h> /* * Configure a GPIO line for either GPIO function, or its internal |