md: move the early init autodetect code to drivers/md/
[linux-2.6-block.git] / init / do_mounts.h
index 7513d1c14d13fe2f5c9072a8929b41d70f0c1f5c..50d6c8941e15a1e68ca19b033d4b20dc9aa704d5 100644 (file)
@@ -41,13 +41,3 @@ bool __init initrd_load(void);
 static inline bool initrd_load(void) { return false; }
 
 #endif
-
-#ifdef CONFIG_BLK_DEV_MD
-
-void md_run_setup(void);
-
-#else
-
-static inline void md_run_setup(void) {}
-
-#endif