[SCSI] remove scsi_set_device
authorChristoph Hellwig <hch@lst.de>
Fri, 10 Jun 2005 23:05:01 +0000 (01:05 +0200)
committerJames Bottomley <jejb@titanic.(none)>
Sun, 26 Jun 2005 13:31:47 +0000 (08:31 -0500)
scsi_add_host is the proper place to set the device, but people copy
the scsi_set_device usage from older drivers again and again.

note that this leaves some legacy drivers like qlogicisp/qlogicfc
without pci association in sysfs, but they're scheduled to go away soon
anyway.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found