Skip to content

Commit

Permalink
init/do_mounts_md.c: msleep compile fix
Browse files Browse the repository at this point in the history
init/do_mounts_md.c:285: error: implicit declaration of function 'msleep'

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Oct 30, 2008
1 parent 6158d3a commit f8b77d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/do_mounts_md.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#include <linux/delay.h>
#include <linux/raid/md.h>
#include <linux/delay.h>

Expand Down

0 comments on commit f8b77d3

Please sign in to comment.