aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
diff options
context:
space:
mode:
authorGreg KH <gregkh@suse.de>2006-01-18 19:17:46 -0500
committer <jejb@mulgrave.il.steeleye.com>2006-02-27 23:55:04 -0500
commit5e3c34c1e988a0dfe177c38cf324e8e321c55ef5 (patch)
tree812e95ccda5860a16fe3f53343499d2c607cbf23 /drivers/scsi/sd.c
parentc67a848c3587296fe9794c95d1be7109c4c85461 (diff)
[SCSI] Remove devfs support from the SCSI subsystem
As devfs has been disabled from the kernel tree for a number of months now (5 to be exact), here's a patch against 2.6.16-rc1-git1 that removes support for it from the SCSI subsystem. The patch also removes the scsi_disk devfs_name field as it's no longer needed. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/sd.c')
-rw-r--r--drivers/scsi/sd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
index 8ba2d988d051..76b4d14c0b3f 100644
--- a/drivers/scsi/sd.c
+++ b/drivers/scsi/sd.c
@@ -1571,8 +1571,6 @@ static int sd_probe(struct device *dev)
1571 'a' + m1, 'a' + m2, 'a' + m3); 1571 'a' + m1, 'a' + m2, 'a' + m3);
1572 } 1572 }
1573 1573
1574 strcpy(gd->devfs_name, sdp->devfs_name);
1575
1576 gd->private_data = &sdkp->driver; 1574 gd->private_data = &sdkp->driver;
1577 gd->queue = sdkp->device->request_queue; 1575 gd->queue = sdkp->device->request_queue;
1578 1576