瀏覽代碼

MIPS: Lasat: Move from deprecated __initcall to arch_initcall.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 10 年之前
父節點
當前提交
1bab0b627f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/lasat/sysctl.c

+ 1 - 1
arch/mips/lasat/sysctl.c

@@ -270,4 +270,4 @@ static int __init lasat_register_sysctl(void)
 	return 0;
 	return 0;
 }
 }
 
 
-__initcall(lasat_register_sysctl);
+arch_initcall(lasat_register_sysctl);