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:
6666720
)
ARM: mach-u300: 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-u300/regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-u300/regulator.c
b/arch/arm/mach-u300/regulator.c
index 0493a845b6bc5975d1626becd2a2ebbf078cd235..595b574c2c50df7018f77172696fb7f0b5ef3b03 100644
(file)
--- a/
arch/arm/mach-u300/regulator.c
+++ b/
arch/arm/mach-u300/regulator.c
@@
-116,7
+116,6
@@
static const struct of_device_id s365_board_match[] = {
static struct platform_driver s365_board_driver = {
.driver = {
.name = "s365-board",
- .owner = THIS_MODULE,
.of_match_table = s365_board_match,
},
};