Commit 2b9ea543 authored by YueHaibing's avatar YueHaibing Committed by Linus Walleij

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: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 28e0603c
......@@ -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,
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment