diff options
author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | 2007-09-30 20:35:09 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-12 23:43:36 +0100 |
commit | 689f2a01e68c0033f59055dd816ff27dc51f9dcc (patch) | |
tree | 4ca8339ec5da01e3cea8be9d5f35676c54bcf261 /arch/arm/mach-ns9xxx/Makefile | |
parent | ba7d850a02c7c3357ec488776405470534e7ccf8 (diff) | |
download | kernel_samsung_smdk4412-689f2a01e68c0033f59055dd816ff27dc51f9dcc.zip kernel_samsung_smdk4412-689f2a01e68c0033f59055dd816ff27dc51f9dcc.tar.gz kernel_samsung_smdk4412-689f2a01e68c0033f59055dd816ff27dc51f9dcc.tar.bz2 |
[ARM] 4590/1: ns9xxx: add gpio handling functions
This implementation conforms to the general GPIO API
introduced in 2.6.21.
This patch was signed-of by David Brownell before I exported the functions
using EXPORT_SYMBOL.
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ns9xxx/Makefile')
-rw-r--r-- | arch/arm/mach-ns9xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ns9xxx/Makefile b/arch/arm/mach-ns9xxx/Makefile index 4476411..6fb82b8 100644 --- a/arch/arm/mach-ns9xxx/Makefile +++ b/arch/arm/mach-ns9xxx/Makefile @@ -1,4 +1,4 @@ -obj-y := irq.o time.o generic.o +obj-y := irq.o time.o generic.o gpio.o obj-$(CONFIG_MACH_CC9P9360DEV) += mach-cc9p9360dev.o obj-$(CONFIG_MACH_CC9P9360JS) += mach-cc9p9360js.o |