aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-nomadik.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-08-22 08:33:30 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-08-22 09:12:53 +0100
commit0f33286190634eeb3ec7638045980c39c98380f4 (patch)
tree385dfce25280fc464598fe080a56a434f711982d /drivers/gpio/gpio-nomadik.c
parentARM: gpio: make trivial GPIOLIB implementation the default (diff)
downloadlinux-dev-0f33286190634eeb3ec7638045980c39c98380f4.tar.xz
linux-dev-0f33286190634eeb3ec7638045980c39c98380f4.zip
ARM: 7032/1: plat-nomadik: break out GPIO driver specifics
The <[plat|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: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Cc: Alessandro Rubini <rubini@unipv.it> 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-nomadik.c')
-rw-r--r--drivers/gpio/gpio-nomadik.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-nomadik.c b/drivers/gpio/gpio-nomadik.c
index f7f0406ed880..740caed2b278 100644
--- a/drivers/gpio/gpio-nomadik.c
+++ b/drivers/gpio/gpio-nomadik.c
@@ -27,6 +27,7 @@
#include <asm/mach/irq.h>
#include <plat/pincfg.h>
+#include <plat/gpio-nomadik.h>
#include <mach/hardware.h>
#include <asm/gpio.h>