summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-arizona.c
diff options
context:
space:
mode:
authorVarka Bhadram <varkabhadram@gmail.com>2015-03-31 09:49:10 +0530
committerLinus Walleij <linus.walleij@linaro.org>2015-04-08 09:54:17 +0200
commit4878b46679f5b0ec86cc6ff48f4edb8a54e2a4d0 (patch)
tree8727c8e4b687124e7b4962a9f83fe4dab20a0e7c /drivers/gpio/gpio-arizona.c
parent76a2dae0e69b0ee511c6d64ad5c37596e7356a93 (diff)
gpio: arizona: drop owner assignment from platform_drivers
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>
Diffstat (limited to 'drivers/gpio/gpio-arizona.c')
-rw-r--r--drivers/gpio/gpio-arizona.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c
index fe369f5c7fa6..ab350383660c 100644
--- 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,
};