aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/remote_device.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-05-01 14:57:11 -0700
committerDan Williams <dan.j.williams@intel.com>2011-07-03 04:04:45 -0700
commit1860655706ee5a7e3f3adeebd4927fed98860462 (patch)
tree57e35266b23a841b2a586f545c8c1ebc41561472 /drivers/scsi/isci/remote_device.h
parentisci: unify remote_device reset_complete_handlers (diff)
downloadlinux-dev-1860655706ee5a7e3f3adeebd4927fed98860462.tar.xz
linux-dev-1860655706ee5a7e3f3adeebd4927fed98860462.zip
isci: unify remote_device start_io_handlers
Implement all states in scic_sds_remote_device_start_io() and delete the state handler. 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 51094352d952..58ce41af9e66 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 start_io_handler specifies the method invoked when a user
- * attempts to start an IO request for a remote device.
- */
- scic_sds_remote_device_request_handler_t start_io_handler;
-
- /**
* The complete_io_handler specifies the method invoked when a user
* attempts to complete an IO request for a remote device.
*/