aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ahb.c
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/ath5k/ahb.c
parentbrcmfmac: enable 802.11d support in firmware (diff)
downloadlinux-dev-c0c3163a7213107478804ad92ee3da69f12fe346.tar.xz
linux-dev-c0c3163a7213107478804ad92ee3da69f12fe346.zip
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 '')
-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 8f387cf67340..2ca88b593e4c 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,
},
};