mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue