diff options
-rw-r--r-- | drivers/net/wireless/p54/p54common.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/wireless/p54/p54common.c b/drivers/net/wireless/p54/p54common.c index b18fc93a8bce..bc1bd72392a4 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) | |||
2713 | #endif /* CONFIG_P54_LEDS */ | 2713 | #endif /* CONFIG_P54_LEDS */ |
2714 | } | 2714 | } |
2715 | EXPORT_SYMBOL_GPL(p54_free_common); | 2715 | EXPORT_SYMBOL_GPL(p54_free_common); |
2716 | |||
2717 | static int __init p54_init(void) | ||
2718 | { | ||
2719 | return 0; | ||
2720 | } | ||
2721 | |||
2722 | static void __exit p54_exit(void) | ||
2723 | { | ||
2724 | } | ||
2725 | |||
2726 | module_init(p54_init); | ||
2727 | module_exit(p54_exit); | ||