diff options
Diffstat (limited to 'drivers/tty/serial/8250/8250_dw.c')
-rw-r--r-- | drivers/tty/serial/8250/8250_dw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index beea6ca73ee5..2f7a055d63b5 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c | |||
@@ -543,7 +543,6 @@ MODULE_DEVICE_TABLE(acpi, dw8250_acpi_match); | |||
543 | static struct platform_driver dw8250_platform_driver = { | 543 | static struct platform_driver dw8250_platform_driver = { |
544 | .driver = { | 544 | .driver = { |
545 | .name = "dw-apb-uart", | 545 | .name = "dw-apb-uart", |
546 | .owner = THIS_MODULE, | ||
547 | .pm = &dw8250_pm_ops, | 546 | .pm = &dw8250_pm_ops, |
548 | .of_match_table = dw8250_of_match, | 547 | .of_match_table = dw8250_of_match, |
549 | .acpi_match_table = ACPI_PTR(dw8250_acpi_match), | 548 | .acpi_match_table = ACPI_PTR(dw8250_acpi_match), |