patch-2.4.0-test9 linux/drivers/block/genhd.c
Next file: linux/drivers/block/ida_ioctl.h
Previous file: linux/drivers/block/floppy.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Sep 17 23:16:35 2000
- Orig file:
v2.4.0-test8/linux/drivers/block/genhd.c
- Orig date:
Wed Apr 12 09:38:52 2000
diff -u --recursive --new-file v2.4.0-test8/linux/drivers/block/genhd.c linux/drivers/block/genhd.c
@@ -23,7 +23,6 @@
#ifdef CONFIG_BLK_DEV_DAC960
extern void DAC960_Initialize(void);
#endif
-extern int scsi_dev_init(void);
extern int net_dev_init(void);
extern void console_map_init(void);
extern int soc_probe(void);
@@ -49,9 +48,6 @@
#ifdef CONFIG_FC4_SOC
/* This has to be done before scsi_dev_init */
soc_probe();
-#endif
-#ifdef CONFIG_SCSI
- scsi_dev_init();
#endif
#ifdef CONFIG_IEEE1394
ieee1394_init();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)