提交 45f483c0 编写于 作者: C Christian Lamparter 提交者: John W. Linville

p54: remove module_ stubs

Christoph Hellwig pointed out that these stubs are unnecessary.
Signed-off-by: NChristian Lamparter <chunkeey@web.de>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 882b7092
......@@ -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);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册