aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/remote_device.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-05-01 18:46:18 -0400
committerDan Williams <dan.j.williams@intel.com>2011-07-03 07:04:45 -0400
commitc027a20bf3fa831fed70b1662e526be04447ab07 (patch)
tree749cfcf93c7f2091d9a0ddbe82db02b68593b952 /drivers/scsi/isci/remote_device.h
parent10a09e64be2580ceef8539629fb953b7d94fa35f (diff)
isci: kill remote_device continue_io_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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/isci/remote_device.h b/drivers/scsi/isci/remote_device.h
index 64767656ee0d..04a2b54a0dd5 100644
--- a/drivers/scsi/isci/remote_device.h
+++ b/drivers/scsi/isci/remote_device.h
@@ -387,12 +387,6 @@ typedef void (*scic_sds_remote_device_ready_not_ready_handler_t)(
387 */ 387 */
388struct scic_sds_remote_device_state_handler { 388struct scic_sds_remote_device_state_handler {
389 /** 389 /**
390 * The continue_io_handler specifies the method invoked when a user
391 * attempts to continue an IO request for a remote device.
392 */
393 scic_sds_remote_device_request_handler_t continue_io_handler;
394
395 /**
396 * The start_task_handler specifies the method invoked when a user 390 * The start_task_handler specifies the method invoked when a user
397 * attempts to start a task management request for a remote device. 391 * attempts to start a task management request for a remote device.
398 */ 392 */