From: Ralf Baechle Date: Mon, 20 Jul 2015 07:09:40 +0000 (+0200) Subject: MIPS: Lasat: Move from deprecated __initcall to arch_initcall. X-Git-Tag: v4.3-rc1~85^2~84 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1bab0b627f6d9cd5af08f6be81288883d3b1aa9c;p=uclinux-h8%2Flinux.git MIPS: Lasat: Move from deprecated __initcall to arch_initcall. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/lasat/sysctl.c b/arch/mips/lasat/sysctl.c index a57959e648a6..c710d969938d 100644 --- 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);