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

Commit 8d6b591c authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: unaligned: Move from deprecated __initcall to arch_initcall.

parent 486fcde4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2312,5 +2312,5 @@ static int __init debugfs_unaligned(void)
		return -ENOMEM;
	return 0;
}
__initcall(debugfs_unaligned);
arch_initcall(debugfs_unaligned);
#endif