Skip to content

Commit

Permalink
MIPS: Lasat: Move from deprecated __initcall to arch_initcall.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Sep 3, 2015
1 parent 8d6b591 commit 1bab0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/lasat/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ static int __init lasat_register_sysctl(void)
return 0;
}

__initcall(lasat_register_sysctl);
arch_initcall(lasat_register_sysctl);

0 comments on commit 1bab0b6

Please sign in to comment.