You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[MIPS] Fix warning about init_initrd() call if !CONFIG_BLK_DEV_INITRD.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -223,7 +223,11 @@ disable:
|
||||
|
||||
#else /* !CONFIG_BLK_DEV_INITRD */
|
||||
|
||||
#define init_initrd() 0
|
||||
static unsigned long __init init_initrd(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define finalize_initrd() do {} while (0)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user