1
0
Fork 0

tty: serial: 8250: drop owner assignment from platform_drivers

This platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Wolfram Sang 2014-12-21 22:14:41 +01:00 committed by Greg Kroah-Hartman
parent 5e1aeea52f
commit 2e4081367b
1 changed files with 0 additions and 1 deletions

View File

@ -1331,7 +1331,6 @@ static struct platform_driver omap8250_platform_driver = {
.name = "omap8250",
.pm = &omap8250_dev_pm_ops,
.of_match_table = omap8250_dt_ids,
.owner = THIS_MODULE,
},
.probe = omap8250_probe,
.remove = omap8250_remove,