All of lore.kernel.org
 help / color / mirror / Atom feed
* [mmotm 02/Oct] fix buid error of autodetect_raid()
@ 2008-10-04 10:09 KOSAKI Motohiro
  2008-10-04 10:10 ` [mmotm 02/Oct] fix buid error of hid-core KOSAKI Motohiro
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: KOSAKI Motohiro @ 2008-10-04 10:09 UTC (permalink / raw)
  To: Arjan van de Ven, Ingo Molnar, LKML, Andrew Morton; +Cc: kosaki.motohiro

Patch against: mmotm 02 Oct
Applied after: git-fastboot.patch


fix following build error

>  CC      init/do_mounts_md.o
>init/do_mounts_md.c: In function 'autodetect_raid':
>init/do_mounts_md.c:278: error: implicit declaration of function 'msleep'
>make[1]: *** [init/do_mounts_md.o] Error 1
>make: *** [init] Error 2

Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
CC: Arjan van de Ven <arjan@linux.intel.com>
CC: Ingo Molnar <mingo@elte.hu>
---
 init/do_mounts_md.c |    1 +
 1 file changed, 1 insertion(+)

Index: b/init/do_mounts_md.c
===================================================================
--- a/init/do_mounts_md.c
+++ b/init/do_mounts_md.c
@@ -1,5 +1,6 @@
 
 #include <linux/raid/md.h>
+#include <linux/delay.h>
 
 #include "do_mounts.h"
 



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-10-09  7:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-04 10:09 [mmotm 02/Oct] fix buid error of autodetect_raid() KOSAKI Motohiro
2008-10-04 10:10 ` [mmotm 02/Oct] fix buid error of hid-core KOSAKI Motohiro
2008-10-09  6:45   ` KOSAKI Motohiro
2008-10-09  7:02     ` Andrew Morton
2008-10-09  7:15       ` KOSAKI Motohiro
2008-10-04 10:11 ` [mmotm 02/Oct] fix buid error of md raid KOSAKI Motohiro
2008-10-09  6:47   ` KOSAKI Motohiro
2008-10-04 12:10 ` [mmotm 02/Oct] fix buid error of autodetect_raid() Ingo Molnar
2008-10-04 12:18   ` KOSAKI Motohiro
2008-10-04 12:27     ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.