summaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorDan Williams2011-11-18 02:59:46 +0100
committerJames Bottomley2012-02-19 20:36:36 +0100
commit6f4e75a49fd07d707995865493b9f452302ae36b (patch)
tree05f623463250c0e5f06d2a491b39f4edb93236e8 /include/scsi
parent[SCSI] libsas: remove unused ata_task_resp fields (diff)
downloadkernel-qcow2-linux-6f4e75a49fd07d707995865493b9f452302ae36b.tar.gz
kernel-qcow2-linux-6f4e75a49fd07d707995865493b9f452302ae36b.tar.xz
kernel-qcow2-linux-6f4e75a49fd07d707995865493b9f452302ae36b.zip
[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 'include/scsi')
-rw-r--r--include/scsi/libsas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h
index 6e64b038c649..2b14348336d6 100644
--- a/include/scsi/libsas.h
+++ b/include/scsi/libsas.h
@@ -625,7 +625,6 @@ extern int sas_queuecommand(struct Scsi_Host * ,struct scsi_cmnd *);
extern int sas_target_alloc(struct scsi_target *);
extern int sas_slave_alloc(struct scsi_device *);
extern int sas_slave_configure(struct scsi_device *);
-extern void sas_slave_destroy(struct scsi_device *);
extern int sas_change_queue_depth(struct scsi_device *, int new_depth,
int reason);
extern int sas_change_queue_type(struct scsi_device *, int qt);