diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2022-11-14 14:06:04 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-11-24 20:16:51 +0300 |
commit | 73d262f8e7ff095965bac0c4bf538f601257f53b (patch) | |
tree | 7d89a2c9c05088f03483bf5787f5d3816e20ab65 /drivers/phy | |
parent | d6c81688f9cd1d198475383c963cd3d9576d29c2 (diff) | |
download | linux-73d262f8e7ff095965bac0c4bf538f601257f53b.tar.xz |
phy: qcom-qmp-combo: drop unused DP PHY mode op
The set-mode operation is currently only used by the USB part of the
PHY so drop the corresponding callback from the DP PHY ops.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20221114110621.4639-6-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-combo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-combo.c b/drivers/phy/qualcomm/phy-qcom-qmp-combo.c index 13800c2243e1..cec487560fd7 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp-combo.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp-combo.c @@ -2132,7 +2132,6 @@ static const struct phy_ops qmp_combo_dp_phy_ops = { .calibrate = qcom_qmp_dp_phy_calibrate, .power_off = qmp_combo_power_off, .exit = qmp_combo_exit, - .set_mode = qmp_combo_set_mode, .owner = THIS_MODULE, }; |