Преглед изворни кода

MIPS: Lasat: Move from deprecated __initcall to arch_initcall.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle пре 10 година
родитељ
комит
1bab0b627f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/mips/lasat/sysctl.c

+ 1 - 1
arch/mips/lasat/sysctl.c

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