aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/8250/8250_dw.c')
-rw-r--r--drivers/tty/serial/8250/8250_dw.c1
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 f4fd362f6da2..b4b58ae24c61 100644
--- a/drivers/tty/serial/8250/8250_dw.c
+++ b/drivers/tty/serial/8250/8250_dw.c
@@ -584,7 +584,6 @@ MODULE_DEVICE_TABLE(acpi, dw8250_acpi_match);
584static struct platform_driver dw8250_platform_driver = { 584static struct platform_driver dw8250_platform_driver = {
585 .driver = { 585 .driver = {
586 .name = "dw-apb-uart", 586 .name = "dw-apb-uart",
587 .owner = THIS_MODULE,
588 .pm = &dw8250_pm_ops, 587 .pm = &dw8250_pm_ops,
589 .of_match_table = dw8250_of_match, 588 .of_match_table = dw8250_of_match,
590 .acpi_match_table = ACPI_PTR(dw8250_acpi_match), 589 .acpi_match_table = ACPI_PTR(dw8250_acpi_match),