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

MIPS: unaligned: Move from deprecated __initcall to arch_initcall.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 486fcde4
...@@ -2312,5 +2312,5 @@ static int __init debugfs_unaligned(void) ...@@ -2312,5 +2312,5 @@ static int __init debugfs_unaligned(void)
return -ENOMEM; return -ENOMEM;
return 0; return 0;
} }
__initcall(debugfs_unaligned); arch_initcall(debugfs_unaligned);
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment