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: v5.15~15152^2~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1bab0b627f6d9cd5af08f6be81288883d3b1aa9c;p=platform%2Fkernel%2Flinux-starfive.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 a57959e..c710d96 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);