PATCH: 2.5.28 (resend #1) - I2O does not need init in genhd now

From: Alan Cox (alan@irongate.swansea.linux.org.uk)
Date: Thu Jul 25 2002 - 09:43:08 EST


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.28/drivers/block/genhd.c linux-2.5.28-ac1/drivers/block/genhd.c
--- linux-2.5.28/drivers/block/genhd.c Thu Jul 25 11:09:40 2002
+++ linux-2.5.28-ac1/drivers/block/genhd.c Thu Jul 25 11:10:52 2002
@@ -177,16 +177,12 @@
 extern int blk_dev_init(void);
 extern int soc_probe(void);
 extern int atmdev_init(void);
-extern int i2o_init(void);
 extern int cpqarray_init(void);
 
 int __init device_init(void)
 {
         rwlock_init(&gendisk_lock);
         blk_dev_init();
-#ifdef CONFIG_I2O
- i2o_init();
-#endif
 #ifdef CONFIG_FC4_SOC
         /* This has to be done before scsi_dev_init */
         soc_probe();
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 30 2002 - 14:00:20 EST