mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
MIPS: math-emu: Move from deprecated __initcall to arch_initcall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
1bab0b627f
commit
1249ed3540
@ -65,4 +65,4 @@ do { \
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
__initcall(debugfs_fpuemu);
|
arch_initcall(debugfs_fpuemu);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user