aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/phy.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-05-12 07:17:51 -0400
committerDan Williams <dan.j.williams@intel.com>2011-07-03 07:04:48 -0400
commitc4441abc25a33ab259f01dce4b4d63721013f86d (patch)
tree85ea42e94f9d993963d6c815f009914c53f865f5 /drivers/scsi/isci/phy.h
parent35b317bec511b4a5f87a637bf78b6d1d635c617d (diff)
isci: unify phy frame handlers
Unify the implementations in scic_sds_phy_frame_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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/isci/phy.h b/drivers/scsi/isci/phy.h
index 24536d6eef81..e7f4b71b1158 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 *);
512 512
513struct scic_sds_phy_state_handler { 513struct scic_sds_phy_state_handler {
514 /** 514 /**
515 * The state handler for unsolicited frames received from the SCU hardware.
516 */
517 scic_sds_phy_frame_handler_t frame_handler;
518
519 /**
520 * The state handler for events received from the SCU hardware. 515 * The state handler for events received from the SCU hardware.
521 */ 516 */
522 scic_sds_phy_event_handler_t event_handler; 517 scic_sds_phy_event_handler_t event_handler;