diff options
Diffstat (limited to 'drivers/tty/serial/sprd_serial.c')
-rw-r--r-- | drivers/tty/serial/sprd_serial.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/sprd_serial.c b/drivers/tty/serial/sprd_serial.c index ef26c4a60be4..18971063f95f 100644 --- a/drivers/tty/serial/sprd_serial.c +++ b/drivers/tty/serial/sprd_serial.c | |||
@@ -624,8 +624,6 @@ static int __init sprd_early_console_setup( | |||
624 | device->con->write = sprd_early_write; | 624 | device->con->write = sprd_early_write; |
625 | return 0; | 625 | return 0; |
626 | } | 626 | } |
627 | |||
628 | EARLYCON_DECLARE(sprd_serial, sprd_early_console_setup); | ||
629 | OF_EARLYCON_DECLARE(sprd_serial, "sprd,sc9836-uart", | 627 | OF_EARLYCON_DECLARE(sprd_serial, "sprd,sc9836-uart", |
630 | sprd_early_console_setup); | 628 | sprd_early_console_setup); |
631 | 629 | ||