Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init/do_mounts_md.c must #include <linux/delay.h>
This patch fixes the following compile error caused by commit 589f800 ("fastboot: make the raid autodetect code wait for all devices to init"): CC init/do_mounts_md.o init/do_mounts_md.c: In function 'autodetect_raid': init/do_mounts_md.c:285: error: implicit declaration of function 'msleep' make[2]: *** [init/do_mounts_md.o] Error 1 Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information