Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc92f243 authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: mediatek/7623: delete unnecessary .owner



This is set by the device core.

Cc: John Crispin <blogic@openwrt.org>
Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4919a700
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -367,7 +367,6 @@ static struct platform_driver mtk_pinctrl_driver = {
	.probe = mt7623_pinctrl_probe,
	.driver = {
		.name = "mediatek-mt7623-pinctrl",
		.owner = THIS_MODULE,
		.of_match_table = mt7623_pctrl_match,
	},
};