do_mounts: initrd_load() is never called w/o CONFIG_BLK_DEV_INITRD
When CONFIG_BLK_DEV_INITRD is not set, mount_initrd will always be 0, so initrd_load() won't be called. However, we need a stub to make the compiler happy.
Showing
Please register or sign in to comment