Commit b2de464f authored by Woody Suwalski's avatar Woody Suwalski Committed by Linus Torvalds

[PATCH] ARM: Netwinder ds1620 driver needs an export to be built as module

ds1620 module is using gpio_read symbol, so works only if "built-in" symbol
needs to be exported from the kernel image
Signed-off-by: default avatarWoody Suwalski <woodys@xandros.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 1fd73c6b
...@@ -601,6 +601,7 @@ EXPORT_SYMBOL(gpio_lock); ...@@ -601,6 +601,7 @@ EXPORT_SYMBOL(gpio_lock);
EXPORT_SYMBOL(gpio_modify_op); EXPORT_SYMBOL(gpio_modify_op);
EXPORT_SYMBOL(gpio_modify_io); EXPORT_SYMBOL(gpio_modify_io);
EXPORT_SYMBOL(cpld_modify); EXPORT_SYMBOL(cpld_modify);
EXPORT_SYMBOL(gpio_read);
/* /*
* Initialise any other hardware after we've got the PCI bus * Initialise any other hardware after we've got the PCI bus
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment