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:
YueHaibing 2018-10-12 09:33:28 +00:00 committed by Linus Walleij
parent 28e0603c4d
commit 2b9ea543fa
1 changed files with 0 additions and 1 deletions

View File

@ -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,
},
};