[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>

-3
-3
arch/mips/dec/prom/init.c
··· 103 103 if (prom_is_rex(magic)) 104 104 rex_clear_cache(); 105 105 106 - /* Register the early console. */ 107 - register_prom_console(); 108 - 109 106 /* Were we compiled with the right CPU option? */ 110 107 #if defined(CONFIG_CPU_R3000) 111 108 if ((current_cpu_data.cputype == CPU_R4000SC) ||