summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/phy.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-05-12 03:44:24 -0700
committerDan Williams <dan.j.williams@intel.com>2011-07-03 04:04:48 -0700
commit966699b50c61940e06ff39fb1085bea813f9a51d (patch)
treee9b7e4fe56a5334ed99964fc931695b0a6368b3f /drivers/scsi/isci/phy.h
parent4a33c525f0e94b57602abd1e43644cbf6f5418f4 (diff)
downloadlinux-stable-966699b50c61940e06ff39fb1085bea813f9a51d.tar.gz
linux-stable-966699b50c61940e06ff39fb1085bea813f9a51d.tar.bz2
linux-stable-966699b50c61940e06ff39fb1085bea813f9a51d.zip
isci: unify phy start handlers
Implement all handlers in scic_sds_phy_start(), 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 bf0296463c80..9b7d54e64e8f 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 start_handler specifies the method invoked when there is an
- * attempt to start a phy.
- */
- scic_sds_phy_handler_t start_handler;
-
- /**
* The stop_handler specifies the method invoked when there is an
* attempt to stop a phy.
*/