]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] DEC: Remove call to register_prom_console.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 8 Mar 2007 17:36:13 +0000 (17:36 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 9 Mar 2007 12:14:52 +0000 (12:14 +0000)
Register_prom_console was removed when mips was converted to early printk.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/dec/prom/init.c

index bf2858071f1fc79969b3e7d25e0d4b9a1fb61073..a217aafe59f6aa9e2d61bf78239fdc64e8e128a4 100644 (file)
@@ -103,9 +103,6 @@ void __init prom_init(void)
        if (prom_is_rex(magic))
                rex_clear_cache();
 
-       /* Register the early console.  */
-       register_prom_console();
-
        /* Were we compiled with the right CPU option? */
 #if defined(CONFIG_CPU_R3000)
        if ((current_cpu_data.cputype == CPU_R4000SC) ||