diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-01 17:19:25 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:04:45 -0400 |
commit | ec5756699b705c179a0680985e3d18a093f93fae (patch) | |
tree | 4e0587ebac90db72bb19289abe8b16addbeac516 /drivers/scsi/isci/remote_device.h | |
parent | eb229671b1310c996dba7b78e21a9a9474edccdc (diff) |
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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/isci/remote_device.h b/drivers/scsi/isci/remote_device.h index b778e0b49e33..ca8c5d16f790 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 | */ |
388 | struct scic_sds_remote_device_state_handler { | 388 | struct scic_sds_remote_device_state_handler { |
389 | /** | 389 | /** |
390 | * The stop_handler specifies the method invoked when a user attempts to | ||
391 | * stop a remote device. | ||
392 | */ | ||
393 | scic_sds_remote_device_handler_t stop_handler; | ||
394 | |||
395 | /** | ||
396 | * The fail_handler specifies the method invoked when a remote device | 390 | * The fail_handler specifies the method invoked when a remote device |
397 | * failure has occurred. A failure may be due to an inability to | 391 | * failure has occurred. A failure may be due to an inability to |
398 | * initialize/configure the device. | 392 | * initialize/configure the device. |