diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2022-09-20 09:38:18 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-09-24 07:29:57 +0200 |
commit | 96da759b5306f8600b44fab81f1816daaab07651 (patch) | |
tree | c066281d17c5a79840b55ae53afa80924a6caf91 /drivers/phy | |
parent | phy: qcom-qmp-pcie-msm8996: drop unused kernel doc (diff) | |
download | linux-96da759b5306f8600b44fab81f1816daaab07651.tar.xz linux-96da759b5306f8600b44fab81f1816daaab07651.zip |
phy: qcom-qmp-pcie: drop unused mode field
Drop the unused mode field from struct qmp_phy.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20220920073826.20811-10-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-pcie.c b/drivers/phy/qualcomm/phy-qcom-qmp-pcie.c index 666109a11329..65825ca41e96 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp-pcie.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp-pcie.c @@ -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; }; /** |