init/do_mounts_md.c: remove duplicated #include

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:

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

 - 73b4a24f5f ("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>
This commit is contained in:
Huang Weiyi 2008-10-31 12:47:23 +08:00 committed by Linus Torvalds
parent 1f98757776
commit d3f15800d5
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#include <linux/delay.h>
#include <linux/raid/md.h>
#include <linux/delay.h>
#include "do_mounts.h"