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:
parent
02101cb3f5
commit
a5bf5fc060
|
@ -966,7 +966,6 @@ static const struct of_device_id artpec6_pinctrl_match[] = {
|
||||||
static struct platform_driver artpec6_pmx_driver = {
|
static struct platform_driver artpec6_pmx_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "artpec6-pinctrl",
|
.name = "artpec6-pinctrl",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = artpec6_pinctrl_match,
|
.of_match_table = artpec6_pinctrl_match,
|
||||||
},
|
},
|
||||||
.probe = artpec6_pmx_probe,
|
.probe = artpec6_pmx_probe,
|
||||||
|
|
Loading…
Reference in New Issue