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

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

net: emac: remove .owner field for driver



Remove .owner field if calls are used which set it automatically.

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7e5eded5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -730,7 +730,6 @@ static struct platform_driver emac_platform_driver = {
	.probe	= emac_probe,
	.remove	= emac_remove,
	.driver = {
		.owner		= THIS_MODULE,
		.name		= "qcom-emac",
		.of_match_table = emac_dt_match,
	},