linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: qcom: gcc-sm6375: Remove unused variables
@ 2022-10-03 21:14 Konrad Dybcio
  2022-10-04  3:54 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Dybcio @ 2022-10-03 21:14 UTC (permalink / raw)
  To: linux-arm-msm, andersson, agross
  Cc: Konrad Dybcio, Bjorn Andersson, Michael Turquette, Stephen Boyd,
	linux-clk, linux-kernel

gcc_parent_data_15 and gcc_parent_map_15 are not used in this driver.
Remove them.

No Fixes tag, as the commit introducing it is still in -next.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 drivers/clk/qcom/gcc-sm6375.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/drivers/clk/qcom/gcc-sm6375.c b/drivers/clk/qcom/gcc-sm6375.c
index 6f39a85da85b..a3188c462a8b 100644
--- a/drivers/clk/qcom/gcc-sm6375.c
+++ b/drivers/clk/qcom/gcc-sm6375.c
@@ -688,18 +688,6 @@ static const struct clk_parent_data gcc_parent_data_14[] = {
 	{ .hw = &gpll11.clkr.hw },
 };
 
-static const struct parent_map gcc_parent_map_15[] = {
-	{ P_BI_TCXO, 0 },
-	{ P_GPLL0_OUT_MAIN, 1 },
-	{ P_GPLL6_OUT_EVEN, 4 },
-};
-
-static const struct clk_parent_data gcc_parent_data_15[] = {
-	{ .index = DT_BI_TCXO },
-	{ .hw = &gpll0.clkr.hw },
-	{ .hw = &gpll6_out_even.clkr.hw },
-};
-
 static const struct freq_tbl ftbl_gcc_camss_axi_clk_src[] = {
 	F(19200000, P_BI_TCXO, 1, 0, 0),
 	F(150000000, P_GPLL0_OUT_EVEN, 2, 0, 0),
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: qcom: gcc-sm6375: Remove unused variables
  2022-10-03 21:14 [PATCH] clk: qcom: gcc-sm6375: Remove unused variables Konrad Dybcio
@ 2022-10-04  3:54 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2022-10-04  3:54 UTC (permalink / raw)
  To: Konrad Dybcio, agross, andersson, linux-arm-msm
  Cc: Konrad Dybcio, Bjorn Andersson, Michael Turquette, linux-clk,
	linux-kernel

Quoting Konrad Dybcio (2022-10-03 14:14:38)
> gcc_parent_data_15 and gcc_parent_map_15 are not used in this driver.
> Remove them.
> 
> No Fixes tag, as the commit introducing it is still in -next.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-04  3:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03 21:14 [PATCH] clk: qcom: gcc-sm6375: Remove unused variables Konrad Dybcio
2022-10-04  3:54 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).