aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/phy.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-05-12 07:01:03 -0400
committerDan Williams <dan.j.williams@intel.com>2011-07-03 07:04:48 -0400
commit931532364e7966f61683bdf40fa1698d6707f523 (patch)
tree650417ae7c31cb108ac305a166282e1ede7dae1a /drivers/scsi/isci/phy.h
parent966699b50c61940e06ff39fb1085bea813f9a51d (diff)
isci: unify phy stop handlers
Merge all implementations in scic_sds_phy_stop(), and kill 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/phy.h')
-rw-r--r--drivers/scsi/isci/phy.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/isci/phy.h b/drivers/scsi/isci/phy.h
index 9b7d54e64e8f..d829e15eed10 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
513struct scic_sds_phy_state_handler { 513struct scic_sds_phy_state_handler {
514 /** 514 /**
515 * The stop_handler specifies the method invoked when there is an
516 * attempt to stop a phy.
517 */
518 scic_sds_phy_handler_t stop_handler;
519
520 /**
521 * The reset_handler specifies the method invoked when there is an 515 * The reset_handler specifies the method invoked when there is an
522 * attempt to reset a phy. 516 * attempt to reset a phy.
523 */ 517 */