projects
/
GitHub
/
moto-9609
/
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:
f8977af
)
sparc: include: asm: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:14 +0000
(16:20 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:14 +0000
(16:20 +0200)
A 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>
arch/sparc/include/asm/parport.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/include/asm/parport.h
b/arch/sparc/include/asm/parport.h
index c55291e5b83e8512f22c107c82ad3a3a49f2c712..f005ccac91cc95cc4828f1fce8137c60212aefb0 100644
(file)
--- a/
arch/sparc/include/asm/parport.h
+++ b/
arch/sparc/include/asm/parport.h
@@
-238,7
+238,6
@@
static const struct of_device_id ecpp_match[] = {
static struct platform_driver ecpp_driver = {
.driver = {
.name = "ecpp",
- .owner = THIS_MODULE,
.of_match_table = ecpp_match,
},
.probe = ecpp_probe,