diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-01 17:05:57 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:04:44 -0400 |
commit | eb229671b1310c996dba7b78e21a9a9474edccdc (patch) | |
tree | 0e9a06eadb442ed9015dbfd8e89ce32388ed690e /drivers/scsi/isci/remote_device.h | |
parent | f619fffb4070a577524fd9eb68cea484d86d2b97 (diff) |
isci: unify remote_device start_handlers
Implement all states in scic_remote_device_start() 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.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 fd24df31abd2..b778e0b49e33 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 start_handler specifies the method invoked when a user | ||
391 | * attempts to start a remote device. | ||
392 | */ | ||
393 | scic_sds_remote_device_handler_t start_handler; | ||
394 | |||
395 | /** | ||
396 | * The stop_handler specifies the method invoked when a user attempts to | 390 | * The stop_handler specifies the method invoked when a user attempts to |
397 | * stop a remote device. | 391 | * stop a remote device. |
398 | */ | 392 | */ |