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:53:00 -0700
committerDan Williams <dan.j.williams@intel.com>2011-07-03 04:04:45 -0700
commit815151826553f875846ebba9696777a424ee62e5 (patch)
tree1043e6bddd8f83f89dafc7cce8691a86e0293720 /drivers/scsi/isci/remote_device.h
parent4fd0d2e9bf5152456952ad7c5b6f3d8565de7737 (diff)
isci: unify remote_device reset_complete_handlers
Implement all states in scic_remote_device_reset_complete() 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 ab7a4c85f6d..51094352d95 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 reset complete handler specifies the method invloked when
- * reporting that a reset has completed to the remote device.
- */
- scic_sds_remote_device_handler_t reset_complete_handler;
-
- /**
* The start_io_handler specifies the method invoked when a user
* attempts to start an IO request for a remote device.
*/