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:
a961f40
)
ARM: mach-s3c24xx: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:06 +0000
(16:20 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:06 +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/arm/mach-s3c24xx/mach-osiris-dvs.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c24xx/mach-osiris-dvs.c
b/arch/arm/mach-s3c24xx/mach-osiris-dvs.c
index 33afb9190091124498620d126f14c97f8a128899..ce2db235dbafbc7743777c0a3e1f6b40b88af01b 100644
(file)
--- a/
arch/arm/mach-s3c24xx/mach-osiris-dvs.c
+++ b/
arch/arm/mach-s3c24xx/mach-osiris-dvs.c
@@
-171,7
+171,6
@@
static struct platform_driver osiris_dvs_driver = {
.remove = osiris_dvs_remove,
.driver = {
.name = "osiris-dvs",
- .owner = THIS_MODULE,
.pm = &osiris_dvs_pm,
},
};