Update of /cvsroot/linuxconsole/ruby/linux/drivers/block
In directory usw-pr-cvs1:/tmp/cvs-serv10630/drivers/block
Modified Files:
genhd.c
Log Message:
Synced to 2.4.13
Index: genhd.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/block/genhd.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- genhd.c 2001/10/15 01:13:17 1.7
+++ genhd.c 2001/10/29 00:10:59 1.8
@@ -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
@@ -180,9 +177,6 @@
sti();
#ifdef CONFIG_I2O
i2o_init();
-#endif
-#ifdef CONFIG_BLK_DEV_DAC960
- DAC960_Initialize();
#endif
#ifdef CONFIG_FUSION_BOOT
fusion_init();
|