aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-06-07 16:18:59 +0200
committerChristoph Hellwig <hch@lst.de>2020-07-16 15:34:47 +0200
commit4f5b246b37e024955c0fcca0c7f5952089052d1d (patch)
treea005ef9ca23012d565665c176e92f0e6f3047413 /init/do_mounts.c
parentinit: remove the bstat helper (diff)
downloadlinux-dev-4f5b246b37e024955c0fcca0c7f5952089052d1d.tar.xz
linux-dev-4f5b246b37e024955c0fcca0c7f5952089052d1d.zip
md: move the early init autodetect code to drivers/md/
Just like the NFS and CIFS root code this better lives with the driver it is tightly integrated with. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Song Liu <song@kernel.org> Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/do_mounts.c')
-rw-r--r--init/do_mounts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c
index 29d326b6c29d..1a4dfa17fb28 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -23,6 +23,7 @@
#include <linux/nfs_fs.h>
#include <linux/nfs_fs_sb.h>
#include <linux/nfs_mount.h>
+#include <linux/raid/detect.h>
#include <uapi/linux/mount.h>
#include "do_mounts.h"