]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/ia64/kernel/setup.c
serial: convert early_uart to earlycon for 8250
[net-next-2.6.git] / arch / ia64 / kernel / setup.c
index 188fb73c68456e3e2f1bd70e8f947b1b0754f869..4d9864cc92c90bb0fe7d31033db07bb76fbe84e4 100644 (file)
@@ -390,10 +390,6 @@ early_console_setup (char *cmdline)
        if (!efi_setup_pcdp_console(cmdline))
                earlycons++;
 #endif
-#ifdef CONFIG_SERIAL_8250_CONSOLE
-       if (!early_serial_console_init(cmdline))
-               earlycons++;
-#endif
 
        return (earlycons) ? 0 : -1;
 }