diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2021-04-06 01:47:11 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-04-08 03:22:51 +0300 |
commit | c68da22dc9cc39ced8fc30b65fca5ce2f9583735 (patch) | |
tree | ddd59def8cc67ed91d8b0d47c77e6c0db2ce78c0 /drivers/clk/qcom/dispcc-sc7180.c | |
parent | e5c359f70e4b5e7b6c2bf4b0ca2d2686d543a37b (diff) | |
download | linux-c68da22dc9cc39ced8fc30b65fca5ce2f9583735.tar.xz |
clk: qcom: dispcc-sc7180: drop unused enum entries
Drop unused enum entries from the list of parent enums.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Taniya Das <tdas@codeaurora.org>
Link: https://lore.kernel.org/r/20210405224743.590029-2-dmitry.baryshkov@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/dispcc-sc7180.c')
-rw-r--r-- | drivers/clk/qcom/dispcc-sc7180.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/qcom/dispcc-sc7180.c b/drivers/clk/qcom/dispcc-sc7180.c index f487515701e3..3334bf9cfb94 100644 --- a/drivers/clk/qcom/dispcc-sc7180.c +++ b/drivers/clk/qcom/dispcc-sc7180.c @@ -19,8 +19,6 @@ enum { P_BI_TCXO, - P_CHIP_SLEEP_CLK, - P_CORE_BI_PLL_TEST_SE, P_DISP_CC_PLL0_OUT_EVEN, P_DISP_CC_PLL0_OUT_MAIN, P_DP_PHY_PLL_LINK_CLK, |