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:
76a2dae
)
gpio: arizona: drop owner assignment from platform_drivers
author
Varka Bhadram
<varkabhadram@gmail.com>
Tue, 31 Mar 2015 04:19:10 +0000
(09:49 +0530)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 8 Apr 2015 07:54:17 +0000
(09:54 +0200)
This driver no need to set the owner field, it will be populated
by driver core.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-arizona.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/gpio-arizona.c
b/drivers/gpio/gpio-arizona.c
index fe369f5c7fa6d96c578ff202fcc6bab58bf0a5b2..ab350383660c3e4270b0112ca69f445eebbfe8d7 100644
(file)
--- a/
drivers/gpio/gpio-arizona.c
+++ b/
drivers/gpio/gpio-arizona.c
@@
-155,7
+155,6
@@
static int arizona_gpio_remove(struct platform_device *pdev)
static struct platform_driver arizona_gpio_driver = {
.driver.name = "arizona-gpio",
- .driver.owner = THIS_MODULE,
.probe = arizona_gpio_probe,
.remove = arizona_gpio_remove,
};