MIPS: Lasat: Move from deprecated __initcall to arch_initcall.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 20 Jul 2015 07:09:40 +0000 (09:09 +0200)
committerRalf 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

index a57959e..c710d96 100644 (file)
@@ -270,4 +270,4 @@ static int __init lasat_register_sysctl(void)
        return 0;
 }
 
-__initcall(lasat_register_sysctl);
+arch_initcall(lasat_register_sysctl);