1. NAME

ata_scsi_remove_dev - remove attached SCSI device

2. SYNOPSIS

void ata_scsi_remove_dev(struct ata_device *  dev );

3. ARGUMENTS

dev
    ATA device to remove attached SCSI device for

4. DESCRIPTION

This function is called from ata_eh_scsi_hotplug and responsible for removing the SCSI device attached to dev.

5. LOCKING

Kernel thread context (may sleep).

6. AUTHOR

Jeff Garzik
    Author.

7. COPYRIGHT