From: Adrian Bunk Date: Thu, 16 Oct 2008 20:29:21 +0000 (+0300) Subject: init/do_mounts_md.c must #include X-Git-Tag: v2.6.28-rc1~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73b4a24f5ff09389ba6277c53a266b142f655ed2;p=pandora-kernel.git init/do_mounts_md.c must #include This patch fixes the following compile error caused by commit 589f800bb12c5cd6c9167bbf9bf3cb70cd8e422c ("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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed