aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/remote_device.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-05-01 17:38:26 -0400
committerDan Williams <dan.j.williams@intel.com>2011-07-03 07:04:45 -0400
commitb8d82f6cdd0f04ddfa877d8d886e56ebd8526d25 (patch)
treede786be6793e2f1a315492bca296b654f90bed21 /drivers/scsi/isci/remote_device.h
parent1a6de2562b38e1e0e74c468554111ac54c062928 (diff)
isci: unify remote_device destruct_handlers
Implement all states in scic_remote_device_destruct() 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 dd8ac514cfd4..d09e3f273edb 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)(
387 */ 387 */
388struct scic_sds_remote_device_state_handler { 388struct scic_sds_remote_device_state_handler {
389 /** 389 /**
390 * The destruct_handler specifies the method invoked when attempting to
391 * destruct a remote device.
392 */
393 scic_sds_remote_device_handler_t destruct_handler;
394
395 /**
396 * The reset handler specifies the method invloked when requesting to 390 * The reset handler specifies the method invloked when requesting to
397 * reset a remote device. 391 * reset a remote device.
398 */ 392 */