Skip to content

Commit

Permalink
MIPS: math-emu: Move from deprecated __initcall to arch_initcall.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Sep 3, 2015
1 parent 1bab0b6 commit 1249ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/math-emu/me-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ do { \

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

0 comments on commit 1249ed3

Please sign in to comment.