MIPS: math-emu: Move from deprecated __initcall to arch_initcall.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 20 Jul 2015 07:10:20 +0000 (09:10 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 3 Sep 2015 10:07:50 +0000 (12:07 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/me-debugfs.c

index f308e0f05fc5856e74524804d275bb298ac2d6a5..506a67a98cdf5cadf12420c17bb89ef4d4af41d9 100644 (file)
@@ -65,4 +65,4 @@ do {                                                                  \
 
        return 0;
 }
-__initcall(debugfs_fpuemu);
+arch_initcall(debugfs_fpuemu);