From: Ingo Molnar <mingo@elte.hu>
To: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Arjan van de Ven <arjan@linux.intel.com>,
LKML <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [mmotm 02/Oct] fix buid error of autodetect_raid()
Date: Sat, 4 Oct 2008 14:10:12 +0200 [thread overview]
Message-ID: <20081004121012.GA582@elte.hu> (raw)
In-Reply-To: <20081004190725.CE3E.KOSAKI.MOTOHIRO@jp.fujitsu.com>
* KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> wrote:
> 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>
hm, linux/raid/md.h already has:
#include <linux/delay.h>
what config triggers this build failure, and does your version of
include/linux/raid/md.h have a linux/delay.h #include?
Ingo
next prev parent reply other threads:[~2008-10-04 12:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Ingo Molnar [this message]
2008-10-04 12:18 ` [mmotm 02/Oct] fix buid error of autodetect_raid() KOSAKI Motohiro
2008-10-04 12:27 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081004121012.GA582@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@linux-foundation.org \
--cc=arjan@linux.intel.com \
--cc=kosaki.motohiro@jp.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.