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:
59613d8
)
mips: txx9: rbtx4939: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:09 +0000
(16:20 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:09 +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/mips/txx9/rbtx4939/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/txx9/rbtx4939/setup.c
b/arch/mips/txx9/rbtx4939/setup.c
index 2da5f25f98bc5a37869429f790fbf47bb35159ed..37030409745c3b41ba428b57f8b7d304dd7d6b0d 100644
(file)
--- a/
arch/mips/txx9/rbtx4939/setup.c
+++ b/
arch/mips/txx9/rbtx4939/setup.c
@@
-245,7
+245,6
@@
static int __init rbtx4939_led_probe(struct platform_device *pdev)
static struct platform_driver rbtx4939_led_driver = {
.driver = {
.name = "rbtx4939-led",
- .owner = THIS_MODULE,
},
};