Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

MIPS: Lasat: Move from deprecated __initcall to arch_initcall.

parent 8d6b591c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,4 +270,4 @@ static int __init lasat_register_sysctl(void)
	return 0;
}

__initcall(lasat_register_sysctl);
arch_initcall(lasat_register_sysctl);