projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6158d3a
)
init/do_mounts_md.c: msleep compile fix
author
Alexey Dobriyan
<adobriyan@gmail.com>
Wed, 29 Oct 2008 21:01:05 +0000
(14:01 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 30 Oct 2008 18:38:46 +0000
(11:38 -0700)
init/do_mounts_md.c:285: error: implicit declaration of function 'msleep'
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/do_mounts_md.c
patch
|
blob
|
blame
|
history
diff --git
a/init/do_mounts_md.c
b/init/do_mounts_md.c
index 4c87ee1fe5d30fe1783f0800fde7e3888aad298e..4d42f450b590166f06c34724d5ed74f5ef641db7 100644
(file)
--- a/
init/do_mounts_md.c
+++ b/
init/do_mounts_md.c
@@
-1,4
+1,4
@@
-
+#include <linux/delay.h>
#include <linux/raid/md.h>
#include <linux/delay.h>