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 a57959e648a6beb5ec3e21db56512989a3382f78..c710d969938d74b57e7d0b31f1c8a270b546a00f 100644 (file)
@@ -270,4 +270,4 @@ static int __init lasat_register_sysctl(void)
        return 0;
 }
 
-__initcall(lasat_register_sysctl);
+arch_initcall(lasat_register_sysctl);