diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-12 04:02:07 -0700 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 04:04:48 -0700 |
commit | 0cf36fa9f1197e669ac6f5efc51d0587bcc95e6e (patch) | |
tree | 570d71d24ba7ffe1410bc04f4004f35e94fd09a4 /drivers/scsi/isci/phy.h | |
parent | 931532364e7966f61683bdf40fa1698d6707f523 (diff) | |
download | linux-0cf36fa9f1197e669ac6f5efc51d0587bcc95e6e.tar.gz linux-0cf36fa9f1197e669ac6f5efc51d0587bcc95e6e.tar.bz2 linux-0cf36fa9f1197e669ac6f5efc51d0587bcc95e6e.zip |
isci: unify phy reset handlers
Unify the implementations in scic_sds_phy_reset(), 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.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 *); struct scic_sds_phy_state_handler { /** - * The reset_handler specifies the method invoked when there is an - * attempt to reset a phy. - */ - scic_sds_phy_handler_t reset_handler; - - /** * The destruct_handler specifies the method invoked when attempting to * destruct a phy. */ |