diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-08-22 08:33:30 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-22 09:12:53 +0100 |
commit | 0f33286190634eeb3ec7638045980c39c98380f4 (patch) | |
tree | 385dfce25280fc464598fe080a56a434f711982d /drivers/gpio | |
parent | 8f3c4537bb08001c4772d66ad3fcfcf24d8d180d (diff) | |
download | linux-3.10-0f33286190634eeb3ec7638045980c39c98380f4.tar.gz linux-3.10-0f33286190634eeb3ec7638045980c39c98380f4.tar.bz2 linux-3.10-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')
-rw-r--r-- | drivers/gpio/gpio-nomadik.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-nomadik.c b/drivers/gpio/gpio-nomadik.c index f7f0406ed88..740caed2b27 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> |