浏览代码

[MIPS] A struct console.setup function may not be __init.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Ralf Baechle 19 年之前
父节点
当前提交
cec2f0ca29
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/arc/arc_con.c

+ 1 - 1
arch/mips/arc/arc_con.c

@@ -24,7 +24,7 @@ static void prom_console_write(struct console *co, const char *s,
 	}
 }
 
-static int __init prom_console_setup(struct console *co, char *options)
+static int prom_console_setup(struct console *co, char *options)
 {
 	return !(prom_flags & PROM_FLAG_USE_AS_CONSOLE);
 }