tty/serial: remove the sn_console driver
[sfrench/cifs-2.6.git] / arch / ia64 / kernel / setup.c
index c9cfa760cd57bfc4c00ce275708e6723422d9769..a0480a4e65c18017a4bcc55df7c7c8c1b440bf66 100644 (file)
@@ -463,13 +463,6 @@ early_console_setup (char *cmdline)
 {
        int earlycons = 0;
 
-#ifdef CONFIG_SERIAL_SGI_L1_CONSOLE
-       {
-               extern int sn_serial_console_early_setup(void);
-               if (!sn_serial_console_early_setup())
-                       earlycons++;
-       }
-#endif
 #ifdef CONFIG_EFI_PCDP
        if (!efi_setup_pcdp_console(cmdline))
                earlycons++;