2005-12-14 18:33:33

by Woody Suwalski

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

# Kernel 2.6.14+
# The ds1620 module is using gpio_read symbol, so works only if "built-in"
# The symbol needs to be exported from the kernel image
#
# Woody Suwalski
# [email protected]


Signed-off-by: Woody Suwalski <[email protected]>

--- a/arch/arm/mach-footbridge/netwinder-hw.c 2005-11-04
09:15:21.000000000 -0500
+++ b/arch/arm/mach-footbridge/netwinder-hw.c 2005-11-04
09:17:00.000000000 -0500
@@ -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


--
Xandros Corporation
Simple. Powerful. Linux.
Visit us at http://www.xandros.com