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

Alan Cox (alan@irongate.swansea.linux.org.uk)
Thu, 25 Jul 2002 15:43:08 +0100 (BST)


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/