提交 8d6b591c 编写于 作者: R Ralf Baechle

MIPS: unaligned: Move from deprecated __initcall to arch_initcall.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 486fcde4
......@@ -2312,5 +2312,5 @@ static int __init debugfs_unaligned(void)
return -ENOMEM;
return 0;
}
__initcall(debugfs_unaligned);
arch_initcall(debugfs_unaligned);
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册