174cc979cSChristoph Hellwig /* SPDX-License-Identifier: GPL-2.0 */ 274cc979cSChristoph Hellwig 374cc979cSChristoph Hellwig void md_autodetect_dev(dev_t dev); 4*4f5b246bSChristoph Hellwig 5*4f5b246bSChristoph Hellwig #ifdef CONFIG_BLK_DEV_MD 6*4f5b246bSChristoph Hellwig void md_run_setup(void); 7*4f5b246bSChristoph Hellwig #else md_run_setup(void)8*4f5b246bSChristoph Hellwigstatic inline void md_run_setup(void) 9*4f5b246bSChristoph Hellwig { 10*4f5b246bSChristoph Hellwig } 11*4f5b246bSChristoph Hellwig #endif 12