patch-2.3.48 linux/drivers/scsi/sun3_scsi.c

Next file: linux/drivers/scsi/sym53c8xx.c
Previous file: linux/drivers/scsi/sr_ioctl.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/drivers/scsi/sun3_scsi.c linux/drivers/scsi/sun3_scsi.c
@@ -121,10 +121,6 @@
 /* minimum number of bytes to to dma on */
 #define SUN3_DMA_MINSIZE 128
 
-static struct proc_dir_entry proc_scsi_sun3_5380 = {
-	PROC_SCSI_MAC, 13, "Sun3 5380 SCSI", S_IFDIR | S_IRUGO, S_IXUGO, 2
-};
-
 static volatile unsigned char *sun3_scsi_regp;
 static volatile struct sun3_dma_regs *dregs;
 static unsigned char *dmabuf = NULL; /* dma memory buffer */
@@ -196,7 +192,7 @@
 	if(called)
 		return 0;
 
-	tpnt->proc_dir = &proc_scsi_sun3_5380;
+	tpnt->proc_name = "Sun3 5380 SCSI";
 
 	/* setup variables */
 	tpnt->can_queue =

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)