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: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Wei Yongjun 2017-04-25 03:30:04 +00:00 committed by Linus Walleij
parent 02101cb3f5
commit a5bf5fc060

View file

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