]> git.baikalelectronics.ru Git - kernel.git/commit
init/do_mounts_md.c must #include <linux/delay.h>
authorAdrian Bunk <bunk@kernel.org>
Thu, 16 Oct 2008 20:29:21 +0000 (23:29 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 20:35:34 +0000 (13:35 -0700)
commit631f8e60c27109c30ddc5ea01b58b12c358a4bdf
tree81c6d539589c8b2414b4e8b99814b1f18769a37e
parentf468c7dbf7599eed81577fd47ee5c1dc6d8cbc01
init/do_mounts_md.c must #include <linux/delay.h>

This patch fixes the following compile error caused by commit
1c1876b0f433c9f5e6a6181ca725e31a6f9f9fed ("fastboot: make the raid
autodetect code wait for all devices to init"):

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

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/do_mounts_md.c