pinctrl: mtk2701: skip setting .owner

The device core will handle this and Coccinelle complains.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Linus Walleij 2016-02-17 17:08:47 +01:00
parent e260d2bbc9
commit 0f8dd7517e
1 changed files with 0 additions and 1 deletions

View File

@ -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,
},