diff mbox series

[v1,01/15] clk: qcom: dispcc-sc7180: drop unused enum entries

Message ID 20210325111144.2852594-2-dmitry.baryshkov@linaro.org
State Superseded
Headers show
Series clk: qcom: cleanup sm8250/sdm845/sc7180 clock drivers | expand

Commit Message

Dmitry Baryshkov March 25, 2021, 11:11 a.m. UTC
Drop unused enum entries from the list of parent enums.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

---
 drivers/clk/qcom/dispcc-sc7180.c | 2 --
 1 file changed, 2 deletions(-)

-- 
2.30.2

Comments

Taniya Das April 2, 2021, 1:19 a.m. UTC | #1
Reviewed-by: Taniya Das <tdas@codeaurora.org>


On 3/25/2021 4:41 PM, Dmitry Baryshkov wrote:
> Drop unused enum entries from the list of parent enums.

> 

> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

> ---

>   drivers/clk/qcom/dispcc-sc7180.c | 2 --

>   1 file changed, 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,

> 


-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation.

--
diff mbox series

Patch

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,