aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/raid/detect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/raid/detect.h')
-rw-r--r--include/linux/raid/detect.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/raid/detect.h b/include/linux/raid/detect.h
index 37dd3f40cd31..1f029a71c3ef 100644
--- a/include/linux/raid/detect.h
+++ b/include/linux/raid/detect.h
@@ -1,3 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0 */
void md_autodetect_dev(dev_t dev);
+
+#ifdef CONFIG_BLK_DEV_MD
+void md_run_setup(void);
+#else
+static inline void md_run_setup(void)
+{
+}
+#endif