summaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/remote_device.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-05-01 23:01:05 (GMT)
committerDan Williams <dan.j.williams@intel.com>2011-07-03 11:04:45 (GMT)
commite4a867bb4a7617dc1067e1c41627782f3c6c284c (patch)
tree25c7b370fa09df1c0913c219e51fc9c762872f12 /drivers/scsi/isci/remote_device.h
parent84b9b029bc4121c43294e27aeaa0350a6d07450c (diff)
downloadlinux-fsl-qoriq-e4a867bb4a7617dc1067e1c41627782f3c6c284c.tar.xz
isci: kill remote_device complete_task_handler
This is unused infrastructure. Reported-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/remote_device.h')
-rw-r--r--drivers/scsi/isci/remote_device.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/scsi/isci/remote_device.h b/drivers/scsi/isci/remote_device.h
index fb2b007..dbfb13e 100644
--- a/drivers/scsi/isci/remote_device.h
+++ b/drivers/scsi/isci/remote_device.h
@@ -386,13 +386,6 @@ typedef void (*scic_sds_remote_device_ready_not_ready_handler_t)(
*
*/
struct scic_sds_remote_device_state_handler {
- /**
- * The complete_task_handler specifies the method invoked when a user
- * attempts to complete a task management request for a remote device.
- */
- scic_sds_remote_device_request_handler_t complete_task_handler;
-
-
scic_sds_remote_device_suspend_handler_t suspend_handler;
scic_sds_remote_device_resume_handler_t resume_handler;
scic_sds_remote_device_event_handler_t event_handler;