diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-11-17 20:59:46 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-02-19 14:36:36 -0500 |
commit | 6f4e75a49fd07d707995865493b9f452302ae36b (patch) | |
tree | 05f623463250c0e5f06d2a491b39f4edb93236e8 /drivers/scsi/isci/init.c | |
parent | 95ac7fd189b7e81a200b4d00b2bb6669b31acf3a (diff) |
[SCSI] libsas: kill sas_slave_destroy
Per commit 3e4ec344 "libata: kill ATA_FLAG_DISABLED" needing to set
ATA_DEV_NONE is a holdover from before libsas converted to the
"new-style" ata-eh.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/isci/init.c')
-rw-r--r-- | drivers/scsi/isci/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/isci/init.c b/drivers/scsi/isci/init.c index 6b911e0aea3f..7ba236e9fab2 100644 --- a/drivers/scsi/isci/init.c +++ b/drivers/scsi/isci/init.c | |||
@@ -154,7 +154,6 @@ static struct scsi_host_template isci_sht = { | |||
154 | .queuecommand = sas_queuecommand, | 154 | .queuecommand = sas_queuecommand, |
155 | .target_alloc = sas_target_alloc, | 155 | .target_alloc = sas_target_alloc, |
156 | .slave_configure = sas_slave_configure, | 156 | .slave_configure = sas_slave_configure, |
157 | .slave_destroy = sas_slave_destroy, | ||
158 | .scan_finished = isci_host_scan_finished, | 157 | .scan_finished = isci_host_scan_finished, |
159 | .scan_start = isci_host_scan_start, | 158 | .scan_start = isci_host_scan_start, |
160 | .change_queue_depth = sas_change_queue_depth, | 159 | .change_queue_depth = sas_change_queue_depth, |