Commit a351e7fb authored by YueHaibing's avatar YueHaibing Committed by David S. Miller
Browse files

net: ipa: fix platform_no_drv_owner.cocci warnings



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 avatarYueHaibing <yuehaibing@huawei.com>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4ab10bb8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -942,7 +942,6 @@ static struct platform_driver ipa_driver = {
	.remove	= ipa_remove,
	.driver	= {
		.name		= "ipa",
		.owner		= THIS_MODULE,
		.pm		= &ipa_pm_ops,
		.of_match_table	= ipa_match,
	},