patch-2.2.15 linux/drivers/block/genhd.c

Next file: linux/drivers/block/ida_cmd.h
Previous file: linux/drivers/block/cs5530.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/block/genhd.c linux/drivers/block/genhd.c
@@ -59,6 +59,7 @@
 
 extern int chr_dev_init(void);
 extern int blk_dev_init(void);
+extern int i2o_init(void);
 #ifdef CONFIG_BLK_DEV_DAC960
 extern void DAC960_Initialize(void);
 #endif
@@ -1464,6 +1465,9 @@
 	chr_dev_init();
 	blk_dev_init();
 	sti();
+#ifdef CONFIG_I2O
+	i2o_init();
+#endif
 #ifdef CONFIG_BLK_DEV_DAC960
 	DAC960_Initialize();
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)