diff options
Diffstat (limited to 'drivers/scsi/libata-core.c')
-rw-r--r-- | drivers/scsi/libata-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c index 51b3a0ddb238..ddaad1a4f1f1 100644 --- a/drivers/scsi/libata-core.c +++ b/drivers/scsi/libata-core.c | |||
@@ -5194,6 +5194,7 @@ static void ata_host_init(struct ata_port *ap, struct Scsi_Host *host, | |||
5194 | 5194 | ||
5195 | INIT_WORK(&ap->port_task, NULL, NULL); | 5195 | INIT_WORK(&ap->port_task, NULL, NULL); |
5196 | INIT_WORK(&ap->hotplug_task, ata_scsi_hotplug, ap); | 5196 | INIT_WORK(&ap->hotplug_task, ata_scsi_hotplug, ap); |
5197 | INIT_WORK(&ap->scsi_rescan_task, ata_scsi_dev_rescan, ap); | ||
5197 | INIT_LIST_HEAD(&ap->eh_done_q); | 5198 | INIT_LIST_HEAD(&ap->eh_done_q); |
5198 | init_waitqueue_head(&ap->eh_wait_q); | 5199 | init_waitqueue_head(&ap->eh_wait_q); |
5199 | 5200 | ||