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:48:54 -0400
committerDan Williams <dan.j.williams@intel.com>2011-07-03 07:04:45 -0400
commit4fd0d2e9bf5152456952ad7c5b6f3d8565de7737 (patch)
treed69b053cda2fd1241b6e336d6cf0f37c515530ef /drivers/scsi/isci/remote_device.h
parentb8d82f6cdd0f04ddfa877d8d886e56ebd8526d25 (diff)
isci: unify remote_device reset_handlers
Implement all states in scic_remote_device_reset() 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 d09e3f273edb..ab7a4c85f6de 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 reset handler specifies the method invloked when requesting to
391 * reset a remote device.
392 */
393 scic_sds_remote_device_handler_t reset_handler;
394
395 /**
396 * The reset complete handler specifies the method invloked when 390 * The reset complete handler specifies the method invloked when
397 * reporting that a reset has completed to the remote device. 391 * reporting that a reset has completed to the remote device.
398 */ 392 */