From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> Remove .owner field if calls are used which set it automatically. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> --- drivers/pinctrl/pinctrl-artpec6.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-artpec6.c b/drivers/pinctrl/pinctrl-artpec6.c index b5a2eff..8b48871 100644 --- a/drivers/pinctrl/pinctrl-artpec6.c +++ b/drivers/pinctrl/pinctrl-artpec6.c @@ -967,7 +967,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, -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html