提交 dc92f243 编写于 作者: L Linus Walleij

pinctrl: mediatek/7623: delete unnecessary .owner

This is set by the device core.

Cc: John Crispin <blogic@openwrt.org>
Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 4919a700
...@@ -367,7 +367,6 @@ static struct platform_driver mtk_pinctrl_driver = { ...@@ -367,7 +367,6 @@ static struct platform_driver mtk_pinctrl_driver = {
.probe = mt7623_pinctrl_probe, .probe = mt7623_pinctrl_probe,
.driver = { .driver = {
.name = "mediatek-mt7623-pinctrl", .name = "mediatek-mt7623-pinctrl",
.owner = THIS_MODULE,
.of_match_table = mt7623_pctrl_match, .of_match_table = mt7623_pctrl_match,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册