projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7cc9b9
)
ath9k: Remove unused functions
author
Sujith Manoharan
<
[email protected]
>
Sat, 28 Dec 2013 04:17:09 +0000
(09:47 +0530)
committer
John W. Linville
<
[email protected]
>
Fri, 3 Jan 2014 20:36:58 +0000
(15:36 -0500)
Signed-off-by: Sujith Manoharan <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath9k/hw.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/hw.c
b/drivers/net/wireless/ath/ath9k/hw.c
index 78ca41c0cf94bf834cfb25e4704b5b2b643218d8..724e7be706d82512a41d5f0c952061862400ca04 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/hw.c
+++ b/
drivers/net/wireless/ath/ath9k/hw.c
@@
-37,18
+37,6
@@
MODULE_DESCRIPTION("Support for Atheros 802.11n wireless LAN cards.");
MODULE_SUPPORTED_DEVICE("Atheros 802.11n WLAN cards");
MODULE_LICENSE("Dual BSD/GPL");
-static int __init ath9k_init(void)
-{
- return 0;
-}
-module_init(ath9k_init);
-
-static void __exit ath9k_exit(void)
-{
- return;
-}
-module_exit(ath9k_exit);
-
/* Private hardware callbacks */
static void ath9k_hw_init_cal_settings(struct ath_hw *ah)