isci: unify phy start handlers
[pandora-kernel.git] / drivers / scsi / isci / phy.h
index bf02964..9b7d54e 100644 (file)
@@ -511,12 +511,6 @@ typedef enum sci_status (*scic_sds_phy_frame_handler_t)(struct scic_sds_phy *, u
 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.