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:
4a0b0ce
)
powerpc: platforms: cell: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:12 +0000
(16:20 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:12 +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/powerpc/platforms/cell/axon_msi.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/platforms/cell/axon_msi.c
b/arch/powerpc/platforms/cell/axon_msi.c
index 862b32702d2933d062e33ccf20df8eff7bfc9d41..89115d33a84629df6d8d3b7729ef8e6b5ba23bbf 100644
(file)
--- a/
arch/powerpc/platforms/cell/axon_msi.c
+++ b/
arch/powerpc/platforms/cell/axon_msi.c
@@
-437,7
+437,6
@@
static struct platform_driver axon_msi_driver = {
.shutdown = axon_msi_shutdown,
.driver = {
.name = "axon-msi",
- .owner = THIS_MODULE,
.of_match_table = axon_msi_device_id,
},
};