diff mbox series

[v1,05/15] clk: qcom: gpucc-sm8250: drop unused enum entries

Message ID 20210325111144.2852594-6-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/gpucc-sm8250.c | 1 -
 1 file changed, 1 deletion(-)

-- 
2.30.2

Comments

Taniya Das April 2, 2021, 1:18 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/gpucc-sm8250.c | 1 -

>   1 file changed, 1 deletion(-)

> 

> diff --git a/drivers/clk/qcom/gpucc-sm8250.c b/drivers/clk/qcom/gpucc-sm8250.c

> index 3fa7d1f9ff98..67c136a77efb 100644

> --- a/drivers/clk/qcom/gpucc-sm8250.c

> +++ b/drivers/clk/qcom/gpucc-sm8250.c

> @@ -26,7 +26,6 @@

>   

>   enum {

>   	P_BI_TCXO,

> -	P_CORE_BI_PLL_TEST_SE,

>   	P_GPLL0_OUT_MAIN,

>   	P_GPLL0_OUT_MAIN_DIV,

>   	P_GPU_CC_PLL0_OUT_MAIN,

> 


-- 
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/gpucc-sm8250.c b/drivers/clk/qcom/gpucc-sm8250.c
index 3fa7d1f9ff98..67c136a77efb 100644
--- a/drivers/clk/qcom/gpucc-sm8250.c
+++ b/drivers/clk/qcom/gpucc-sm8250.c
@@ -26,7 +26,6 @@ 
 
 enum {
 	P_BI_TCXO,
-	P_CORE_BI_PLL_TEST_SE,
 	P_GPLL0_OUT_MAIN,
 	P_GPLL0_OUT_MAIN_DIV,
 	P_GPU_CC_PLL0_OUT_MAIN,