Commit 0f8dd751 authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: mtk2701: skip setting .owner



The device core will handle this and Coccinelle complains.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e260d2bb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -573,7 +573,6 @@ static struct platform_driver mtk_pinctrl_driver = {
	.probe = mt2701_pinctrl_probe,
	.driver = {
		.name = "mediatek-mt2701-pinctrl",
		.owner = THIS_MODULE,
		.of_match_table = mt2701_pctrl_match,
		.pm = &mtk_eint_pm_ops,
	},