From f969d69ba9f952e5bdd38278e25e26a3e4a61a70 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 29 Jan 2000 01:41:54 +0000 Subject: Merge with 2.3.27. --- drivers/scsi/ncr53c8xx.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'drivers/scsi/ncr53c8xx.c') diff --git a/drivers/scsi/ncr53c8xx.c b/drivers/scsi/ncr53c8xx.c index 671a70e92..35792b95e 100644 --- a/drivers/scsi/ncr53c8xx.c +++ b/drivers/scsi/ncr53c8xx.c @@ -740,10 +740,6 @@ static Scsi_Host_Template *the_template = NULL; ** /proc directory entry and proc_info function */ -static struct proc_dir_entry proc_scsi_ncr53c8xx = { - PROC_SCSI_NCR53C8XX, 9, "ncr53c8xx", - S_IFDIR | S_IRUGO | S_IXUGO, 2 -}; #ifdef SCSI_NCR_PROC_INFO_SUPPORT static int ncr53c8xx_proc_info(char *buffer, char **start, off_t offset, int length, int hostno, int func); @@ -9429,7 +9425,7 @@ int __init ncr53c8xx_detect(Scsi_Host_Template *tpnt) ncr_debug = driver_setup.debug; #endif - tpnt->proc_dir = &proc_scsi_ncr53c8xx; + tpnt->proc_name = "ncr53c8xx"; #ifdef SCSI_NCR_PROC_INFO_SUPPORT tpnt->proc_info = ncr53c8xx_proc_info; #endif -- cgit v1.2.3