mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-11 07:04:04 +08: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 -ENOMEM;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
__initcall(debugfs_unaligned);
|
arch_initcall(debugfs_unaligned);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user