aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/altera_uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/altera_uart.c')
-rw-r--r--drivers/tty/serial/altera_uart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/altera_uart.c b/drivers/tty/serial/altera_uart.c
index 1cb2cdb1bc42..eb15a50623cb 100644
--- a/drivers/tty/serial/altera_uart.c
+++ b/drivers/tty/serial/altera_uart.c
@@ -623,7 +623,6 @@ static struct platform_driver altera_uart_platform_driver = {
623 .remove = altera_uart_remove, 623 .remove = altera_uart_remove,
624 .driver = { 624 .driver = {
625 .name = DRV_NAME, 625 .name = DRV_NAME,
626 .owner = THIS_MODULE,
627 .of_match_table = of_match_ptr(altera_uart_match), 626 .of_match_table = of_match_ptr(altera_uart_match),
628 }, 627 },
629}; 628};