瀏覽代碼

[MIPS] DEC: Remove call to register_prom_console.

Register_prom_console was removed when mips was converted to early printk.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 年之前
父節點
當前提交
8960909ca7
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      arch/mips/dec/prom/init.c

+ 0 - 3
arch/mips/dec/prom/init.c

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