CHROMIUM: dm: boot time specification of dm=
[cascardo/linux.git] / init / do_mounts.h
index f5b978a..09d2286 100644 (file)
@@ -74,3 +74,13 @@ void md_run_setup(void);
 static inline void md_run_setup(void) {}
 
 #endif
+
+#ifdef CONFIG_BLK_DEV_DM
+
+void dm_run_setup(void);
+
+#else
+
+static inline void dm_run_setup(void) {}
+
+#endif