mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
MIPS: unaligned: Move from deprecated __initcall to arch_initcall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
486fcde40d
commit
8d6b591ce9
@ -2312,5 +2312,5 @@ static int __init debugfs_unaligned(void)
|
||||
return -ENOMEM;
|
||||
return 0;
|
||||
}
|
||||
__initcall(debugfs_unaligned);
|
||||
arch_initcall(debugfs_unaligned);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user