diff options
Diffstat (limited to 'drivers/tty/serial/s3c2440.c')
-rw-r--r-- | drivers/tty/serial/s3c2440.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/s3c2440.c b/drivers/tty/serial/s3c2440.c index 9e10d415d5fd..1d0c324b813f 100644 --- a/drivers/tty/serial/s3c2440.c +++ b/drivers/tty/serial/s3c2440.c | |||
@@ -159,8 +159,6 @@ static struct platform_driver s3c2440_serial_driver = { | |||
159 | }, | 159 | }, |
160 | }; | 160 | }; |
161 | 161 | ||
162 | s3c24xx_console_init(&s3c2440_serial_driver, &s3c2440_uart_inf); | ||
163 | |||
164 | static int __init s3c2440_serial_init(void) | 162 | static int __init s3c2440_serial_init(void) |
165 | { | 163 | { |
166 | return s3c24xx_serial_init(&s3c2440_serial_driver, &s3c2440_uart_inf); | 164 | return s3c24xx_serial_init(&s3c2440_serial_driver, &s3c2440_uart_inf); |