projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bab0b6
)
MIPS: math-emu: Move from deprecated __initcall to arch_initcall.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 20 Jul 2015 07:10:20 +0000
(09:10 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 3 Sep 2015 10:07:50 +0000
(12:07 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/me-debugfs.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/math-emu/me-debugfs.c
b/arch/mips/math-emu/me-debugfs.c
index f308e0f05fc5856e74524804d275bb298ac2d6a5..506a67a98cdf5cadf12420c17bb89ef4d4af41d9 100644
(file)
--- 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);