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

From: Woody Suwalski
Date: Wed Dec 14 2005 - 13:32:51 EST


# 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
# woodys@xxxxxxxxxxx


Signed-off-by: Woody Suwalski <woodys@xxxxxxxxxxx>

--- 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/