summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-12-21 22:14:32 +0100
committerKalle Valo <kvalo@codeaurora.org>2015-01-06 20:40:27 +0200
commitc0c3163a7213107478804ad92ee3da69f12fe346 (patch)
tree4c31ff2581e35521943522f4a93fc46855e1e00b /drivers/net/wireless/ath
parent98027769828f772c7ce69b6e58d37b78ebe8ab28 (diff)
downloadop-kernel-dev-c0c3163a7213107478804ad92ee3da69f12fe346.zip
op-kernel-dev-c0c3163a7213107478804ad92ee3da69f12fe346.tar.gz
ath5k: drop owner assignment from platform_drivers
This platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r--drivers/net/wireless/ath/ath5k/ahb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ahb.c b/drivers/net/wireless/ath/ath5k/ahb.c
index 8f387cf..2ca88b5 100644
--- a/drivers/net/wireless/ath/ath5k/ahb.c
+++ b/drivers/net/wireless/ath/ath5k/ahb.c
@@ -227,7 +227,6 @@ static struct platform_driver ath_ahb_driver = {
.remove = ath_ahb_remove,
.driver = {
.name = "ar231x-wmac",
- .owner = THIS_MODULE,
},
};
OpenPOWER on IntegriCloud