tty: serial: 8250: drop owner assignment from platform_drivers
A 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>
This commit is contained in:
@@ -161,7 +161,6 @@ static struct platform_driver serial8250_em_platform_driver = {
|
||||
.driver = {
|
||||
.name = "serial8250-em",
|
||||
.of_match_table = serial8250_em_dt_ids,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = serial8250_em_probe,
|
||||
.remove = serial8250_em_remove,
|
||||
|
Reference in New Issue
Block a user