diff options
author | Christoph Hellwig <hch@lst.de> | 2020-06-07 16:18:59 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-07-16 15:34:47 +0200 |
commit | 4f5b246b37e024955c0fcca0c7f5952089052d1d (patch) | |
tree | a005ef9ca23012d565665c176e92f0e6f3047413 /init/Makefile | |
parent | 881627f353754dd05a8f3e1c1941f0dbbf47a170 (diff) | |
download | linux-stable-4f5b246b37e024955c0fcca0c7f5952089052d1d.tar.gz linux-stable-4f5b246b37e024955c0fcca0c7f5952089052d1d.tar.bz2 linux-stable-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/Makefile')
-rw-r--r-- | init/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile index 57499b1ff471..6bc37f64b361 100644 --- a/init/Makefile +++ b/init/Makefile @@ -18,7 +18,6 @@ obj-y += init_task.o mounts-y := do_mounts.o mounts-$(CONFIG_BLK_DEV_RAM) += do_mounts_rd.o mounts-$(CONFIG_BLK_DEV_INITRD) += do_mounts_initrd.o -mounts-$(CONFIG_BLK_DEV_MD) += do_mounts_md.o # dependencies on generated files need to be listed explicitly $(obj)/version.o: include/generated/compile.h |