Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45f483c0 authored by Christian Lamparter's avatar Christian Lamparter Committed by John W. Linville
Browse files

p54: remove module_ stubs



Christoph Hellwig pointed out that these stubs are unnecessary.

Signed-off-by: default avatarChristian Lamparter <chunkeey@web.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 882b7092
Loading
Loading
Loading
Loading
+0 −12
Original line number Original line Diff line number Diff line
@@ -2713,15 +2713,3 @@ void p54_free_common(struct ieee80211_hw *dev)
#endif /* CONFIG_P54_LEDS */
#endif /* CONFIG_P54_LEDS */
}
}
EXPORT_SYMBOL_GPL(p54_free_common);
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);