diff options
Diffstat (limited to 'drivers/scsi/isci/request.h')
-rw-r--r-- | drivers/scsi/isci/request.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/isci/request.h b/drivers/scsi/isci/request.h index b17336952314..bf8ac1860850 100644 --- a/drivers/scsi/isci/request.h +++ b/drivers/scsi/isci/request.h | |||
@@ -439,12 +439,6 @@ typedef enum sci_status (*scic_sds_io_request_task_completion_handler_t) | |||
439 | */ | 439 | */ |
440 | struct scic_sds_io_request_state_handler { | 440 | struct scic_sds_io_request_state_handler { |
441 | /** | 441 | /** |
442 | * The start_handler specifies the method invoked when a user attempts to | ||
443 | * start a request. | ||
444 | */ | ||
445 | scic_sds_io_request_handler_t start_handler; | ||
446 | |||
447 | /** | ||
448 | * The complete_handler specifies the method invoked when a user attempts to | 442 | * The complete_handler specifies the method invoked when a user attempts to |
449 | * complete a request. | 443 | * complete a request. |
450 | */ | 444 | */ |