Skip to content

Commit

Permalink
[PATCH] ARM: Netwinder ds1620 driver needs an export to be built as m…
Browse files Browse the repository at this point in the history
…odule

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: Woody Suwalski <woodys@xandros.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Woody Suwalski authored and Linus Torvalds committed Jan 9, 2006
1 parent 1fd73c6 commit b2de464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-footbridge/netwinder-hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ EXPORT_SYMBOL(gpio_lock);
EXPORT_SYMBOL(gpio_modify_op);
EXPORT_SYMBOL(gpio_modify_io);
EXPORT_SYMBOL(cpld_modify);
EXPORT_SYMBOL(gpio_read);

/*
* Initialise any other hardware after we've got the PCI bus
Expand Down

0 comments on commit b2de464

Please sign in to comment.