1
0

tty: serial: 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>
Este cometimento está contido em:
Wolfram Sang
2014-10-20 16:21:45 +02:00
ascendente 3aa5fed256
cometimento 9144b3cded
41 ficheiros modificados com 0 adições e 41 eliminações

Ver ficheiro

@@ -653,7 +653,6 @@ static struct platform_driver arc_platform_driver = {
.remove = arc_serial_remove,
.driver = {
.name = DRIVER_NAME,
.owner = THIS_MODULE,
.of_match_table = arc_uart_dt_ids,
},
};