* Export rt2x00soc_probe from rt2x00soc
@ 2010-03-03 16:38 Helmut Schaa
2010-03-03 16:41 ` Helmut Schaa
0 siblings, 1 reply; 2+ messages in thread
From: Helmut Schaa @ 2010-03-03 16:38 UTC (permalink / raw)
To: John Linville; +Cc: linux-wireless, Gertjan van Wingerde, Ivo van Doorn
Export rt2x00soc_probe from rt2x00soc as it is used in rt2800pci.
Otherwise loading rt2800pci gives "rt2800pci: Unknown symbol
rt2x00soc_probe".
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
---
This time without whitespace damage John ... hopefully ;)
drivers/net/wireless/rt2x00/rt2x00soc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/wireless/rt2x00/rt2x00soc.c b/drivers/net/wireless/rt2x00/rt2x00soc.c
index 4efdc96..111c0ff 100644
--- a/drivers/net/wireless/rt2x00/rt2x00soc.c
+++ b/drivers/net/wireless/rt2x00/rt2x00soc.c
@@ -112,6 +112,7 @@ exit_free_device:
return retval;
}
+EXPORT_SYMBOL_GPL(rt2x00soc_probe);
int rt2x00soc_remove(struct platform_device *pdev)
{
--
1.6.0.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-03 16:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03 16:38 Export rt2x00soc_probe from rt2x00soc Helmut Schaa
2010-03-03 16:41 ` Helmut Schaa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).