MIPS: Lasat: Move from deprecated __initcall to arch_initcall.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2015-07-20 09:09:40 +02:00
parent 8d6b591ce9
commit 1bab0b627f
1 changed files with 1 additions and 1 deletions

View File

@ -270,4 +270,4 @@ static int __init lasat_register_sysctl(void)
return 0;
}
__initcall(lasat_register_sysctl);
arch_initcall(lasat_register_sysctl);