diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-12-21 21:14:32 (GMT) |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-01-06 18:40:27 (GMT) |
commit | c0c3163a7213107478804ad92ee3da69f12fe346 (patch) | |
tree | 4c31ff2581e35521943522f4a93fc46855e1e00b /drivers | |
parent | 98027769828f772c7ce69b6e58d37b78ebe8ab28 (diff) | |
download | linux-c0c3163a7213107478804ad92ee3da69f12fe346.tar.xz |
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')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/ahb.c | 1 |
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, }, }; |