Commit 1bab0b62 authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Lasat: Move from deprecated __initcall to arch_initcall.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 8d6b591c
......@@ -270,4 +270,4 @@ static int __init lasat_register_sysctl(void)
return 0;
}
__initcall(lasat_register_sysctl);
arch_initcall(lasat_register_sysctl);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment