diff options
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 b778e0b49e3..ca8c5d16f79 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. |