Commit 96da759b authored by Johan Hovold's avatar Johan Hovold Committed by Vinod Koul
Browse files

phy: qcom-qmp-pcie: drop unused mode field

parent 7dbea609
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1374,7 +1374,6 @@ struct qmp_phy_cfg {
 * @pipe_clk: pipe clock
 * @index: lane index
 * @qmp: QMP phy to which this lane belongs
 * @mode: current PHY mode
 */
struct qmp_phy {
	struct phy *phy;
@@ -1389,7 +1388,6 @@ struct qmp_phy {
	struct clk *pipe_clk;
	unsigned int index;
	struct qcom_qmp *qmp;
	enum phy_mode mode;
};

/**