mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +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
1 changed files with 1 additions and 1 deletions
|
@ -270,4 +270,4 @@ static int __init lasat_register_sysctl(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
__initcall(lasat_register_sysctl);
|
||||
arch_initcall(lasat_register_sysctl);
|
||||
|
|
Loading…
Add table
Reference in a new issue