diff options
Diffstat (limited to 'drivers/scsi/isci/phy.h')
-rw-r--r-- | drivers/scsi/isci/phy.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/isci/phy.h b/drivers/scsi/isci/phy.h index d829e15eed10..56474333dfca 100644 --- a/drivers/scsi/isci/phy.h +++ b/drivers/scsi/isci/phy.h | |||
@@ -512,12 +512,6 @@ typedef enum sci_status (*scic_sds_phy_power_handler_t)(struct scic_sds_phy *); | |||
512 | 512 | ||
513 | struct scic_sds_phy_state_handler { | 513 | struct scic_sds_phy_state_handler { |
514 | /** | 514 | /** |
515 | * The reset_handler specifies the method invoked when there is an | ||
516 | * attempt to reset a phy. | ||
517 | */ | ||
518 | scic_sds_phy_handler_t reset_handler; | ||
519 | |||
520 | /** | ||
521 | * The destruct_handler specifies the method invoked when attempting to | 515 | * The destruct_handler specifies the method invoked when attempting to |
522 | * destruct a phy. | 516 | * destruct a phy. |
523 | */ | 517 | */ |