aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/remote_device.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-05-01 14:05:57 -0700
committerDan Williams <dan.j.williams@intel.com>2011-07-03 04:04:44 -0700
commiteb229671b1310c996dba7b78e21a9a9474edccdc (patch)
tree0e9a06eadb442ed9015dbfd8e89ce32388ed690e /drivers/scsi/isci/remote_device.h
parentf619fffb4070a577524fd9eb68cea484d86d2b97 (diff)
isci: unify remote_device start_handlers
Implement all states in scic_remote_device_start() 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 fd24df31abd..b778e0b49e3 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_handler specifies the method invoked when a user
- * attempts to start a remote device.
- */
- scic_sds_remote_device_handler_t start_handler;
-
- /**
* The stop_handler specifies the method invoked when a user attempts to
* stop a remote device.
*/