(attached now.)
--- linux/include/linux/raid/md.h.orig2 Sat Sep 23 01:07:13 2000
+++ linux/include/linux/raid/md.h Sat Sep 23 01:07:58 2000
@@ -82,7 +82,7 @@
extern int md_notify_reboot(struct notifier_block *this,
unsigned long code, void *x);
extern int md_error (kdev_t mddev, kdev_t rdev);
-extern void md_run_setup(void);
+extern int md_run_setup(void);
extern void md_print_devices (void);
--- linux/drivers/md/md.c.orig2 Sat Sep 23 01:06:56 2000
+++ linux/drivers/md/md.c Sat Sep 23 01:06:41 2000
@@ -2041,7 +2041,7 @@
}
#endif
-void md__init md_run_setup(void)
+int md__init md_run_setup(void)
{
#ifdef CONFIG_AUTODETECT_RAID
mdk_rdev_t *rdev;
@@ -2084,7 +2084,7 @@
#ifdef CONFIG_MD_BOOT
md_setup_drive();
#endif
-
+ return 0;
}
static int get_version (void * arg)