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:
94e37fc
)
MIPS: lantiq: xway: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Sun, 21 Dec 2014 21:14:23 +0000
(22:14 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 1 Apr 2015 15:21:54 +0000
(17:21 +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>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8823/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lantiq/xway/vmmc.c
patch
|
blob
|
history
diff --git
a/arch/mips/lantiq/xway/vmmc.c
b/arch/mips/lantiq/xway/vmmc.c
index 696cd57f6f13b8f01925b54bc501cdfcf0236d11..d001bc38908a19f24c853dd0cffafff26885f61c 100644
(file)
--- a/
arch/mips/lantiq/xway/vmmc.c
+++ b/
arch/mips/lantiq/xway/vmmc.c
@@
-61,7
+61,6
@@
static struct platform_driver vmmc_driver = {
.probe = vmmc_probe,
.driver = {
.name = "lantiq,vmmc",
- .owner = THIS_MODULE,
.of_match_table = vmmc_match,
},
};