diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2017-04-24 23:30:04 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-04-26 10:27:27 -0400 |
commit | a5bf5fc060b0095ebd6f1886da8ec482697176fa (patch) | |
tree | 85d7174d8cf2e35936606687fef62b3f3ab88854 | |
parent | 02101cb3f5a269c006c5b93f3c603dc31e473859 (diff) |
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>
-rw-r--r-- | drivers/pinctrl/pinctrl-artpec6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-artpec6.c b/drivers/pinctrl/pinctrl-artpec6.c index 2886e77fbcf0..ffe33cfde5b2 100644 --- a/drivers/pinctrl/pinctrl-artpec6.c +++ b/drivers/pinctrl/pinctrl-artpec6.c | |||
@@ -966,7 +966,6 @@ static const struct of_device_id artpec6_pinctrl_match[] = { | |||
966 | static struct platform_driver artpec6_pmx_driver = { | 966 | static struct platform_driver artpec6_pmx_driver = { |
967 | .driver = { | 967 | .driver = { |
968 | .name = "artpec6-pinctrl", | 968 | .name = "artpec6-pinctrl", |
969 | .owner = THIS_MODULE, | ||
970 | .of_match_table = artpec6_pinctrl_match, | 969 | .of_match_table = artpec6_pinctrl_match, |
971 | }, | 970 | }, |
972 | .probe = artpec6_pmx_probe, | 971 | .probe = artpec6_pmx_probe, |