pinctrl: msm8998: Remove owner assignment from platform_driver
platform_driver does not need to set the owner field, as this will be populated by the driver core. Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
a5af5c9f87
commit
27a3ba538b
|
@ -1566,7 +1566,6 @@ static const struct of_device_id msm8998_pinctrl_of_match[] = {
|
|||
static struct platform_driver msm8998_pinctrl_driver = {
|
||||
.driver = {
|
||||
.name = "msm8998-pinctrl",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = msm8998_pinctrl_of_match,
|
||||
},
|
||||
.probe = msm8998_pinctrl_probe,
|
||||
|
|
Loading…
Reference in New Issue