mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 11:20:49 +07:00
pinctrl: renesas: 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
28e0603c4d
commit
2b9ea543fa
@ -932,7 +932,6 @@ static struct platform_driver rzn1_pinctrl_driver = {
|
||||
.remove = rzn1_pinctrl_remove,
|
||||
.driver = {
|
||||
.name = "rzn1-pinctrl",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = rzn1_pinctrl_match,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user