aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/samsung.c')
-rw-r--r--drivers/tty/serial/samsung.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c
index c78f43a481ce..7961bf411432 100644
--- a/drivers/tty/serial/samsung.c
+++ b/drivers/tty/serial/samsung.c
@@ -1848,7 +1848,6 @@ static struct platform_driver samsung_serial_driver = {
1848 .id_table = s3c24xx_serial_driver_ids, 1848 .id_table = s3c24xx_serial_driver_ids,
1849 .driver = { 1849 .driver = {
1850 .name = "samsung-uart", 1850 .name = "samsung-uart",
1851 .owner = THIS_MODULE,
1852 .pm = SERIAL_SAMSUNG_PM_OPS, 1851 .pm = SERIAL_SAMSUNG_PM_OPS,
1853 .of_match_table = of_match_ptr(s3c24xx_uart_dt_match), 1852 .of_match_table = of_match_ptr(s3c24xx_uart_dt_match),
1854 }, 1853 },