1
0
Fork 0

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>
hifive-unleashed-5.1
Wei Yongjun 2017-04-25 03:30:04 +00:00 committed by Linus Walleij
parent 02101cb3f5
commit a5bf5fc060
1 changed files with 0 additions and 1 deletions

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,