| Kernel v2.4.13 /drivers/block/genhd.c |
|---|
 2.4.13
 drivers
 block
 genhd.c
diff -u --recursive --new-file v2.4.12/linux/drivers/block/genhd.c linux/drivers/block/genhd.c
--- v2.4.12/linux/drivers/block/genhd.c Tue Oct 9 17:06:51 2001
+++ linux/drivers/block/genhd.c Wed Oct 17 14:46:29 2001
@@ -161,9 +161,6 @@
extern int blk_dev_init(void);
-#ifdef CONFIG_BLK_DEV_DAC960
-extern void DAC960_Initialize(void);
-#endif
#ifdef CONFIG_FUSION_BOOT
extern int fusion_init(void);
#endif
@@ -181,9 +178,6 @@
sti();
#ifdef CONFIG_I2O
i2o_init();
-#endif
-#ifdef CONFIG_BLK_DEV_DAC960
- DAC960_Initialize();
#endif
#ifdef CONFIG_FUSION_BOOT
fusion_init();
|