aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/lantiq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/lantiq.c')
-rw-r--r--drivers/tty/serial/lantiq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/lantiq.c b/drivers/tty/serial/lantiq.c
index 4675fe198d31..6c10a9089f3b 100644
--- a/drivers/tty/serial/lantiq.c
+++ b/drivers/tty/serial/lantiq.c
@@ -743,7 +743,6 @@ MODULE_DEVICE_TABLE(of, ltq_asc_match);
743static struct platform_driver lqasc_driver = { 743static struct platform_driver lqasc_driver = {
744 .driver = { 744 .driver = {
745 .name = DRVNAME, 745 .name = DRVNAME,
746 .owner = THIS_MODULE,
747 .of_match_table = ltq_asc_match, 746 .of_match_table = ltq_asc_match,
748 }, 747 },
749}; 748};