提交 4878b466 编写于 作者: V Varka Bhadram 提交者: Linus Walleij

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: NVarka Bhadram <varkab@cdac.in>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 76a2dae0
......@@ -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,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册