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

Commit e3f3aaac authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Linus Walleij
Browse files

pinctrl: sirf: Drop owner assignment from platform_driver



platform_driver does not need to set an owner because
platform_driver_register() will set it.

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 6417049f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4621,7 +4621,6 @@ static int atlas7_gpio_probe(struct platform_device *pdev)
static struct platform_driver atlas7_gpio_driver = {
	.driver = {
		.name = "atlas7-gpio",
		.owner = THIS_MODULE,
		.of_match_table = atlas7_gpio_ids,
	},
	.probe = atlas7_gpio_probe,