MIPS: unaligned: Move from deprecated __initcall to arch_initcall.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2015-07-20 09:04:41 +02:00
parent 486fcde40d
commit 8d6b591ce9

View File

@ -2312,5 +2312,5 @@ static int __init debugfs_unaligned(void)
return -ENOMEM;
return 0;
}
__initcall(debugfs_unaligned);
arch_initcall(debugfs_unaligned);
#endif