Skip to content

Commit

Permalink
init/do_mounts_md.c: remove duplicated #include
Browse files Browse the repository at this point in the history
Removed duplicated #include <linux/delay.h> in init/do_mounts_md.c.

The same compile error ("error: implicit declaration of function
'msleep'") got fixed twice:

 - f8b77d3 ("init/do_mounts_md.c:
   msleep compile fix")

 - 73b4a24 ("init/do_mounts_md.c must
   #include <linux/delay.h>")

by people adding the <linux/delay.h> include in two slightly different
places.  Andrew's quilt scripts happily ignore the fuzz, and will
re-apply the patch even though they had conflicts.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Huang Weiyi authored and torvalds committed Nov 1, 2008
1 parent 1f98757 commit d3f1580
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/do_mounts_md.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <linux/delay.h>
#include <linux/raid/md.h>
#include <linux/delay.h>

#include "do_mounts.h"

Expand Down

0 comments on commit d3f1580

Please sign in to comment.