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:19:25 -0700
committerDan Williams <dan.j.williams@intel.com>2011-07-03 04:04:45 -0700
commitec5756699b705c179a0680985e3d18a093f93fae (patch)
tree4e0587ebac90db72bb19289abe8b16addbeac516 /drivers/scsi/isci/remote_device.h
parenteb229671b1310c996dba7b78e21a9a9474edccdc (diff)
downloadkernel_samsung_smdk4412-ec5756699b705c179a0680985e3d18a093f93fae.zip
kernel_samsung_smdk4412-ec5756699b705c179a0680985e3d18a093f93fae.tar.gz
kernel_samsung_smdk4412-ec5756699b705c179a0680985e3d18a093f93fae.tar.bz2
isci: unify remote_device stop_handlers
Implement all states in scic_remote_device_stop() and delete the state handlers. 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 b778e0b..ca8c5d1 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 stop_handler specifies the method invoked when a user attempts to
- * stop a remote device.
- */
- scic_sds_remote_device_handler_t stop_handler;
-
- /**
* The fail_handler specifies the method invoked when a remote device
* failure has occurred. A failure may be due to an inability to
* initialize/configure the device.