projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9802776
)
ath5k: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Sun, 21 Dec 2014 21:14:32 +0000
(22:14 +0100)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 6 Jan 2015 18:40:27 +0000
(20:40 +0200)
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>
drivers/net/wireless/ath/ath5k/ahb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/ath/ath5k/ahb.c
b/drivers/net/wireless/ath/ath5k/ahb.c
index 8f387cf673407c483c7d01ae30d68cd57693d7a3..2ca88b593e4c1b5ecc38338b1420da139594651e 100644
(file)
--- 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,
},
};