Commit 8960909c authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] DEC: Remove call to register_prom_console.

Register_prom_console was removed when mips was converted to early printk.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a55028ff
......@@ -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) ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment