pinctrl: ti-iodelay: 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> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
e73339037f
commit
ff54d82b77
@ -923,7 +923,6 @@ static struct platform_driver ti_iodelay_driver = {
|
||||
.probe = ti_iodelay_probe,
|
||||
.remove = ti_iodelay_remove,
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = DRIVER_NAME,
|
||||
.of_match_table = ti_iodelay_of_match,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user