All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rt2x00: Export rt2x00soc_probe from rt2x00soc
@ 2010-03-03 16:42 Helmut Schaa
  2010-03-03 16:50 ` Gertjan van Wingerde
  0 siblings, 1 reply; 5+ messages in thread
From: Helmut Schaa @ 2010-03-03 16:42 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 and a suitable subject.

 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] 5+ messages in thread

end of thread, other threads:[~2010-03-03 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-03 16:42 [PATCH] rt2x00: Export rt2x00soc_probe from rt2x00soc Helmut Schaa
2010-03-03 16:50 ` Gertjan van Wingerde
2010-03-03 17:04   ` Helmut Schaa
2010-03-03 17:08     ` Gertjan van Wingerde
2010-03-03 19:09       ` Helmut Schaa

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.