mirror of https://gitee.com/openkylin/linux.git
pinctrl: mediatek/7623: delete unnecessary .owner
This is set by the device core. Cc: John Crispin <blogic@openwrt.org> Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
4919a700d6
commit
dc92f2435e
|
@ -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,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue