mirror of https://gitee.com/openkylin/linux.git
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:
parent
e260d2bbc9
commit
0f8dd7517e
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue