You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
init/do_mounts_md.c: msleep compile fix
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>
This commit is contained in:
committed by
Linus Torvalds
parent
6158d3a232
commit
f8b77d3939
+1
-1
@@ -1,4 +1,4 @@
|
||||
|
||||
#include <linux/delay.h>
|
||||
#include <linux/raid/md.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user