From: Woody Suwalski <woodys@xandros.com>
To: linux-kernel@vger.kernel.org
Cc: torvalds@osdl.org, rmk@arm.linux.org.uk
Subject: [PATCH] ARM: Netwinder ds1620 driver needs an export to be built as module
Date: Wed, 14 Dec 2005 13:33:28 -0500 [thread overview]
Message-ID: <43A06578.9080302@xandros.com> (raw)
# 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
reply other threads:[~2005-12-14 18:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43A06578.9080302@xandros.com \
--to=woodys@xandros.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rmk@arm.linux.org.uk \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.