Remove attached scsi device
void ata_scsi_remove_dev(struct ata_device * dev);
dev
ATA device to remove attached SCSI device for
This function is called from ata_eh_scsi_hotplug and responsible for removing the SCSI device attached to dev.
Kernel thread context (may sleep).
Jeff Garzik
Author.