diff options
Diffstat (limited to 'drivers/scsi/libata-eh.c')
-rw-r--r-- | drivers/scsi/libata-eh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/libata-eh.c b/drivers/scsi/libata-eh.c index 750e734d1c09..71b45ad2c124 100644 --- a/drivers/scsi/libata-eh.c +++ b/drivers/scsi/libata-eh.c | |||
@@ -39,6 +39,7 @@ | |||
39 | #include <scsi/scsi_eh.h> | 39 | #include <scsi/scsi_eh.h> |
40 | #include <scsi/scsi_device.h> | 40 | #include <scsi/scsi_device.h> |
41 | #include <scsi/scsi_cmnd.h> | 41 | #include <scsi/scsi_cmnd.h> |
42 | #include "scsi_transport_api.h" | ||
42 | 43 | ||
43 | #include <linux/libata.h> | 44 | #include <linux/libata.h> |
44 | 45 | ||
@@ -432,7 +433,7 @@ void ata_port_schedule_eh(struct ata_port *ap) | |||
432 | WARN_ON(!ap->ops->error_handler); | 433 | WARN_ON(!ap->ops->error_handler); |
433 | 434 | ||
434 | ap->flags |= ATA_FLAG_EH_PENDING; | 435 | ap->flags |= ATA_FLAG_EH_PENDING; |
435 | ata_schedule_scsi_eh(ap->host); | 436 | scsi_schedule_eh(ap->host); |
436 | 437 | ||
437 | DPRINTK("port EH scheduled\n"); | 438 | DPRINTK("port EH scheduled\n"); |
438 | } | 439 | } |