diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c index 188fb73c6845..4d9864cc92c9 100644 --- a/arch/ia64/kernel/setup.c +++ b/arch/ia64/kernel/setup.c | |||
@@ -390,10 +390,6 @@ early_console_setup (char *cmdline) | |||
390 | if (!efi_setup_pcdp_console(cmdline)) | 390 | if (!efi_setup_pcdp_console(cmdline)) |
391 | earlycons++; | 391 | earlycons++; |
392 | #endif | 392 | #endif |
393 | #ifdef CONFIG_SERIAL_8250_CONSOLE | ||
394 | if (!early_serial_console_init(cmdline)) | ||
395 | earlycons++; | ||
396 | #endif | ||
397 | 393 | ||
398 | return (earlycons) ? 0 : -1; | 394 | return (earlycons) ? 0 : -1; |
399 | } | 395 | } |