forked from luck/tmp_suning_uos_patched
tty: serial: Drop owner assignment from platform_driver
platform_driver does not need to set an owner because platform_driver_register() will set it. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5f258b3e3d
commit
3bb2ccd0d1
@ -252,7 +252,6 @@ MODULE_DEVICE_TABLE(of, of_match);
|
||||
static struct platform_driver ingenic_uart_platform_driver = {
|
||||
.driver = {
|
||||
.name = "ingenic-uart",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match,
|
||||
},
|
||||
.probe = ingenic_uart_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user