Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4878b466 authored by Varka Bhadram's avatar Varka Bhadram Committed by Linus Walleij
Browse files

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: default avatarVarka Bhadram <varkab@cdac.in>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 76a2dae0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
};