Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 1bab0b62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,4 +65,4 @@ do { \

	return 0;
}
__initcall(debugfs_fpuemu);
arch_initcall(debugfs_fpuemu);