aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libata-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/libata-core.c')
-rw-r--r--drivers/scsi/libata-core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c
index 714b42bad935..64dce00e9c46 100644
--- a/drivers/scsi/libata-core.c
+++ b/drivers/scsi/libata-core.c
@@ -4653,6 +4653,8 @@ static struct ata_port * ata_host_add(const struct ata_probe_ent *ent,
4653 if (!host) 4653 if (!host)
4654 return NULL; 4654 return NULL;
4655 4655
4656 host->transportt = &ata_scsi_transport_template;
4657
4656 ap = (struct ata_port *) &host->hostdata[0]; 4658 ap = (struct ata_port *) &host->hostdata[0];
4657 4659
4658 ata_host_init(ap, host, host_set, ent, port_no); 4660 ata_host_init(ap, host, host_set, ent, port_no);
@@ -5084,7 +5086,6 @@ EXPORT_SYMBOL_GPL(ata_busy_sleep);
5084EXPORT_SYMBOL_GPL(ata_port_queue_task); 5086EXPORT_SYMBOL_GPL(ata_port_queue_task);
5085EXPORT_SYMBOL_GPL(ata_scsi_ioctl); 5087EXPORT_SYMBOL_GPL(ata_scsi_ioctl);
5086EXPORT_SYMBOL_GPL(ata_scsi_queuecmd); 5088EXPORT_SYMBOL_GPL(ata_scsi_queuecmd);
5087EXPORT_SYMBOL_GPL(ata_scsi_timed_out);
5088EXPORT_SYMBOL_GPL(ata_scsi_error); 5089EXPORT_SYMBOL_GPL(ata_scsi_error);
5089EXPORT_SYMBOL_GPL(ata_scsi_slave_config); 5090EXPORT_SYMBOL_GPL(ata_scsi_slave_config);
5090EXPORT_SYMBOL_GPL(ata_scsi_release); 5091EXPORT_SYMBOL_GPL(ata_scsi_release);