aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ns9xxx/Makefile
diff options
context:
space:
mode:
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>2007-09-30 20:35:09 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-10-12 23:43:36 +0100
commit689f2a01e68c0033f59055dd816ff27dc51f9dcc (patch)
tree4ca8339ec5da01e3cea8be9d5f35676c54bcf261 /arch/arm/mach-ns9xxx/Makefile
parentba7d850a02c7c3357ec488776405470534e7ccf8 (diff)
[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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ns9xxx/Makefile b/arch/arm/mach-ns9xxx/Makefile
index 4476411b814..6fb82b855a5 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