mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
MIPS: Lasat: Move from deprecated __initcall to arch_initcall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
8d6b591ce9
commit
1bab0b627f
@ -270,4 +270,4 @@ static int __init lasat_register_sysctl(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
__initcall(lasat_register_sysctl);
|
||||
arch_initcall(lasat_register_sysctl);
|
||||
|
Loading…
Reference in New Issue
Block a user