diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-12 04:27:29 -0700 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 04:04:48 -0700 |
commit | 23506a69e2ee761824c266f6e2cd541a7287c2a5 (patch) | |
tree | 91d6769163a741a238c66848241690fab34873d0 /drivers/scsi/isci/phy.h | |
parent | c4441abc25a33ab259f01dce4b4d63721013f86d (diff) | |
download | op-kernel-dev-23506a69e2ee761824c266f6e2cd541a7287c2a5.zip op-kernel-dev-23506a69e2ee761824c266f6e2cd541a7287c2a5.tar.gz |
isci: unify phy event handlers
Unify the implementations in scic_sds_phy_event_handler(), 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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/isci/phy.h b/drivers/scsi/isci/phy.h index e7f4b71..a95c74e 100644 --- a/drivers/scsi/isci/phy.h +++ b/drivers/scsi/isci/phy.h @@ -512,11 +512,6 @@ typedef enum sci_status (*scic_sds_phy_power_handler_t)(struct scic_sds_phy *); struct scic_sds_phy_state_handler { /** - * The state handler for events received from the SCU hardware. - */ - scic_sds_phy_event_handler_t event_handler; - - /** * The state handler for staggered spinup. */ scic_sds_phy_power_handler_t consume_power_handler; |