From: Ralf Baechle Date: Mon, 20 Jul 2015 07:10:20 +0000 (+0200) Subject: MIPS: math-emu: Move from deprecated __initcall to arch_initcall. X-Git-Tag: v4.3-rc1~85^2~83 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1249ed3540809d30d1fe42c94276a9db2845d173;p=karo-tx-linux.git MIPS: math-emu: Move from deprecated __initcall to arch_initcall. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/math-emu/me-debugfs.c b/arch/mips/math-emu/me-debugfs.c index f308e0f05fc5..506a67a98cdf 100644 --- a/arch/mips/math-emu/me-debugfs.c +++ b/arch/mips/math-emu/me-debugfs.c @@ -65,4 +65,4 @@ do { \ return 0; } -__initcall(debugfs_fpuemu); +arch_initcall(debugfs_fpuemu);