All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: Netwinder ds1620 driver needs an export to be built as module
@ 2005-12-14 18:33 Woody Suwalski
  0 siblings, 0 replies; only message in thread
From: Woody Suwalski @ 2005-12-14 18:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds, rmk

# 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@xandros.com


Signed-off-by: Woody Suwalski <woodys@xandros.com>

--- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-14 18:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-14 18:33 [PATCH] ARM: Netwinder ds1620 driver needs an export to be built as module Woody Suwalski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.