aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mpc52xx_uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/mpc52xx_uart.c')
-rw-r--r--drivers/tty/serial/mpc52xx_uart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/mpc52xx_uart.c b/drivers/tty/serial/mpc52xx_uart.c
index a5f4e3648b15..3308ef243dc3 100644
--- a/drivers/tty/serial/mpc52xx_uart.c
+++ b/drivers/tty/serial/mpc52xx_uart.c
@@ -1889,7 +1889,6 @@ static struct platform_driver mpc52xx_uart_of_driver = {
1889#endif 1889#endif
1890 .driver = { 1890 .driver = {
1891 .name = "mpc52xx-psc-uart", 1891 .name = "mpc52xx-psc-uart",
1892 .owner = THIS_MODULE,
1893 .of_match_table = mpc52xx_uart_of_match, 1892 .of_match_table = mpc52xx_uart_of_match,
1894 }, 1893 },
1895}; 1894};