diff options
Diffstat (limited to 'drivers/tty/serial/s3c2410.c')
-rw-r--r-- | drivers/tty/serial/s3c2410.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/s3c2410.c b/drivers/tty/serial/s3c2410.c index bffe6ff9b158..b1d7e7c1849d 100644 --- a/drivers/tty/serial/s3c2410.c +++ b/drivers/tty/serial/s3c2410.c | |||
@@ -96,8 +96,6 @@ static struct platform_driver s3c2410_serial_driver = { | |||
96 | }, | 96 | }, |
97 | }; | 97 | }; |
98 | 98 | ||
99 | s3c24xx_console_init(&s3c2410_serial_driver, &s3c2410_uart_inf); | ||
100 | |||
101 | static int __init s3c2410_serial_init(void) | 99 | static int __init s3c2410_serial_init(void) |
102 | { | 100 | { |
103 | return s3c24xx_serial_init(&s3c2410_serial_driver, &s3c2410_uart_inf); | 101 | return s3c24xx_serial_init(&s3c2410_serial_driver, &s3c2410_uart_inf); |