فهرست منبع

MIPS: math-emu: Move from deprecated __initcall to arch_initcall.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 10 سال پیش
والد
کامیت
1249ed3540
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      arch/mips/math-emu/me-debugfs.c

+ 1 - 1
arch/mips/math-emu/me-debugfs.c

@@ -65,4 +65,4 @@ do {									\
 
 	return 0;
 }
-__initcall(debugfs_fpuemu);
+arch_initcall(debugfs_fpuemu);