mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 09:34:12 +08:00
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: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4ab10bb8ff
commit
a351e7fb94
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user