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

Commit fcf752ae authored by Wei Yongjun's avatar Wei Yongjun Committed by David S. Miller
Browse files

net: mediatek: remove .owner field for driver



Remove .owner field since calls to module_platform_driver() will
set it automatically.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 30d0844b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1910,7 +1910,6 @@ static struct platform_driver mtk_driver = {
	.remove = mtk_remove,
	.driver = {
		.name = "mtk_soc_eth",
		.owner = THIS_MODULE,
		.of_match_table = of_mtk_match,
	},
};