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

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
......@@ -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,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment