projects
/
GitHub
/
moto-9609
/
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:
8d6b591
)
MIPS: Lasat: Move from deprecated __initcall to arch_initcall.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 20 Jul 2015 07:09:40 +0000
(09:09 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 3 Sep 2015 10:07:49 +0000
(12:07 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lasat/sysctl.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/lasat/sysctl.c
b/arch/mips/lasat/sysctl.c
index a57959e648a6beb5ec3e21db56512989a3382f78..c710d969938d74b57e7d0b31f1c8a270b546a00f 100644
(file)
--- a/
arch/mips/lasat/sysctl.c
+++ b/
arch/mips/lasat/sysctl.c
@@
-270,4
+270,4
@@
static int __init lasat_register_sysctl(void)
return 0;
}
-
_
_initcall(lasat_register_sysctl);
+
arch
_initcall(lasat_register_sysctl);