diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-12 11:10:41 (GMT) |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 11:04:48 (GMT) |
commit | 35b317bec511b4a5f87a637bf78b6d1d635c617d (patch) | |
tree | c088233ba1207f11bc4a6989a8e5889b1c207f80 /drivers/scsi/isci/phy.h | |
parent | 0cf36fa9f1197e669ac6f5efc51d0587bcc95e6e (diff) | |
download | linux-35b317bec511b4a5f87a637bf78b6d1d635c617d.tar.xz |
isci: remove phy destruct handlers
Unused infrastructure.
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 5647433..24536d6 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 destruct_handler specifies the method invoked when attempting to - * destruct a phy. - */ - scic_sds_phy_handler_t destruct_handler; - - /** * The state handler for unsolicited frames received from the SCU hardware. */ scic_sds_phy_frame_handler_t frame_handler; |