aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/tty/serial/uartlite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/uartlite.c b/drivers/tty/serial/uartlite.c
index 9fc22f40796e..189f52e3111f 100644
--- a/drivers/tty/serial/uartlite.c
+++ b/drivers/tty/serial/uartlite.c
@@ -665,7 +665,6 @@ static struct platform_driver ulite_platform_driver = {
665 .probe = ulite_probe, 665 .probe = ulite_probe,
666 .remove = ulite_remove, 666 .remove = ulite_remove,
667 .driver = { 667 .driver = {
668 .owner = THIS_MODULE,
669 .name = "uartlite", 668 .name = "uartlite",
670 .of_match_table = of_match_ptr(ulite_of_match), 669 .of_match_table = of_match_ptr(ulite_of_match),
671 }, 670 },