summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@web.de>2009-04-14 22:19:29 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-04-22 16:57:14 -0400
commit45f483c00299807a1635d6ee327957b796b60076 (patch)
treec196b2d8c48a6087416eca01a31dc749bd006802
parent882b709230246de3359b04b195ad3e80b93b73ef (diff)
p54: remove module_ stubs
Christoph Hellwig pointed out that these stubs are unnecessary. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/p54/p54common.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/wireless/p54/p54common.c b/drivers/net/wireless/p54/p54common.c
index b18fc93a8bc..bc1bd72392a 100644
--- a/drivers/net/wireless/p54/p54common.c
+++ b/drivers/net/wireless/p54/p54common.c
@@ -2713,15 +2713,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);