* [PATCH] p54: remove module_ stubs
@ 2009-04-14 20:19 Christian Lamparter
0 siblings, 0 replies; only message in thread
From: Christian Lamparter @ 2009-04-14 20:19 UTC (permalink / raw)
To: linux-wireless; +Cc: John W. Linville
Christoph Hellwig pointed out that these stubs are unnecessary.
Signed-off-by: Christian Lamparter <chunkeey@web.de>
---
The only reason why I post it, is because it makes the "split up" patch a bit smaller ;)
---
diff --git a/drivers/net/wireless/p54/p54common.c b/drivers/net/wireless/p54/p54common.c
index b6ebd48..ad2503a 100644
--- a/drivers/net/wireless/p54/p54common.c
+++ b/drivers/net/wireless/p54/p54common.c
@@ -2670,15 +2670,3 @@ void p54_free_common(struct ieee80211_hw *dev)
#endif /* CONFIG_P54_LEDS */
}
EXPORT_SYMBOL_GPL(p54_free_common);
-
-static int __init p54_init(void)
-{
- return 0;
-}
-
-static void __exit p54_exit(void)
-{
-}
-
-module_init(p54_init);
-module_exit(p54_exit);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-14 20:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14 20:19 [PATCH] p54: remove module_ stubs Christian Lamparter
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).