[MIPS] A struct console.setup function may not be __init. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
arch/mips/arc/arc_con.c
··· 24 24 } 25 25 } 26 26 27 - static int __init prom_console_setup(struct console *co, char *options) 27 + static int prom_console_setup(struct console *co, char *options) 28 28 { 29 29 return !(prom_flags & PROM_FLAG_USE_AS_CONSOLE); 30 30 }