From: Alexey Dobriyan Date: Wed, 29 Oct 2008 21:01:05 +0000 (-0700) Subject: init/do_mounts_md.c: msleep compile fix X-Git-Tag: tegra-9.12.3~2250 X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=commitdiff_plain;h=f8b77d39397e1510b1a3bcfd385ebd1a45aae77f init/do_mounts_md.c: msleep compile fix init/do_mounts_md.c:285: error: implicit declaration of function 'msleep' Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/do_mounts_md.c b/init/do_mounts_md.c index 4c87ee1..4d42f45 100644 --- a/init/do_mounts_md.c +++ b/init/do_mounts_md.c @@ -1,4 +1,4 @@ - +#include #include #include