diff options
Diffstat (limited to 'drivers/tty/serial/samsung.c')
-rw-r--r-- | drivers/tty/serial/samsung.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c index 7ed76773c274..19273e31d224 100644 --- a/drivers/tty/serial/samsung.c +++ b/drivers/tty/serial/samsung.c | |||
@@ -1834,7 +1834,6 @@ static struct platform_driver samsung_serial_driver = { | |||
1834 | .id_table = s3c24xx_serial_driver_ids, | 1834 | .id_table = s3c24xx_serial_driver_ids, |
1835 | .driver = { | 1835 | .driver = { |
1836 | .name = "samsung-uart", | 1836 | .name = "samsung-uart", |
1837 | .owner = THIS_MODULE, | ||
1838 | .pm = SERIAL_SAMSUNG_PM_OPS, | 1837 | .pm = SERIAL_SAMSUNG_PM_OPS, |
1839 | .of_match_table = of_match_ptr(s3c24xx_uart_dt_match), | 1838 | .of_match_table = of_match_ptr(s3c24xx_uart_dt_match), |
1840 | }, | 1839 | }, |