patch-2.3.27 linux/drivers/scsi/wd7000.h
Next file: linux/drivers/sound/sb_card.c
Previous file: linux/drivers/scsi/wd7000.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Nov 11 16:57:31 1999
- Orig file:
v2.3.26/linux/drivers/scsi/wd7000.h
- Orig date:
Sun Dec 27 22:19:19 1998
diff -u --recursive --new-file v2.3.26/linux/drivers/scsi/wd7000.h linux/drivers/scsi/wd7000.h
@@ -14,9 +14,6 @@
#include <linux/types.h>
#include <linux/kdev_t.h>
-extern struct proc_dir_entry proc_scsi_wd7000;
-
-
int wd7000_set_info (char *buffer, int length, struct Scsi_Host *host);
int wd7000_proc_info (char *buffer, char **start, off_t offset, int length, int hostno, int inout);
int wd7000_detect (Scsi_Host_Template *);
@@ -45,7 +42,7 @@
#define WD7000_SG 16
#define WD7000 { \
- proc_dir: &proc_scsi_wd7000, \
+ proc_name: "wd7000", \
proc_info: wd7000_proc_info, \
name: "Western Digital WD-7000", \
detect: wd7000_detect, \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)