pinctrl: imx6ul: Remove .owner field
platform_driver does not need to set an owner as it will be populated by the driver core. The semantic patch that makes this change is available in scripts/coccinelle/api/platform_no_drv_owner.cocci. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Родитель
2fe2918fa3
Коммит
00133ffbf1
|
@ -299,7 +299,6 @@ static int imx6ul_pinctrl_probe(struct platform_device *pdev)
|
|||
static struct platform_driver imx6ul_pinctrl_driver = {
|
||||
.driver = {
|
||||
.name = "imx6ul-pinctrl",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(imx6ul_pinctrl_of_match),
|
||||
},
|
||||
.probe = imx6ul_pinctrl_probe,
|
||||
|
|
Загрузка…
Ссылка в новой задаче