[PATCH] libata: use ata_scsi_timed_out()
[sfrench/cifs-2.6.git] / drivers / scsi / sata_qstor.c
index 2afbeb77f6fea62f9492ce0681b28bd9f59cd42a..82c3df7048ea7177c9b4e719e76aadeeff71ce4e 100644 (file)
@@ -132,6 +132,7 @@ static struct scsi_host_template qs_ata_sht = {
        .name                   = DRV_NAME,
        .ioctl                  = ata_scsi_ioctl,
        .queuecommand           = ata_scsi_queuecmd,
+       .eh_timed_out           = ata_scsi_timed_out,
        .eh_strategy_handler    = ata_scsi_error,
        .can_queue              = ATA_DEF_QUEUE,
        .this_id                = ATA_SHT_THIS_ID,