Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5bf5fc0 authored by Wei Yongjun's avatar Wei Yongjun Committed by Linus Walleij
Browse files

pinctrl: artpec6: Remove .owner field for driver



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 avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 02101cb3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -966,7 +966,6 @@ static const struct of_device_id artpec6_pinctrl_match[] = {
static struct platform_driver artpec6_pmx_driver = {
	.driver = {
		.name = "artpec6-pinctrl",
		.owner = THIS_MODULE,
		.of_match_table = artpec6_pinctrl_match,
	},
	.probe = artpec6_pmx_probe,