Commit 1249ed35 authored by Ralf Baechle's avatar Ralf Baechle

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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 1bab0b62
......@@ -65,4 +65,4 @@ do { \
return 0;
}
__initcall(debugfs_fpuemu);
arch_initcall(debugfs_fpuemu);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment