diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-01 15:46:18 -0700 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 04:04:45 -0700 |
commit | c027a20bf3fa831fed70b1662e526be04447ab07 (patch) | |
tree | 749cfcf93c7f2091d9a0ddbe82db02b68593b952 /drivers/scsi/isci/remote_device.h | |
parent | 10a09e64be2580ceef8539629fb953b7d94fa35f (diff) | |
download | blackbird-op-linux-c027a20bf3fa831fed70b1662e526be04447ab07.tar.gz blackbird-op-linux-c027a20bf3fa831fed70b1662e526be04447ab07.zip |
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.h | 6 |
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)( */ struct scic_sds_remote_device_state_handler { /** - * The continue_io_handler specifies the method invoked when a user - * attempts to continue an IO request for a remote device. - */ - scic_sds_remote_device_request_handler_t continue_io_handler; - - /** * The start_task_handler specifies the method invoked when a user * attempts to start a task management request for a remote device. */ |