Skip to content

Commit a76d550

Browse files
Konrad Dybciobebarino
authored andcommitted
clk: qcom: gcc-sm6375: Remove unused variables
gcc_parent_data_15 and gcc_parent_map_15 are not used in this driver. Remove them. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Link: https://lore.kernel.org/r/20221003211438.25691-1-konrad.dybcio@somainline.org Fixes: 184fdd8 ("clk: qcom: Add global clock controller driver for SM6375") Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent c3db512 commit a76d550

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

drivers/clk/qcom/gcc-sm6375.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -688,18 +688,6 @@ static const struct clk_parent_data gcc_parent_data_14[] = {
688688
{ .hw = &gpll11.clkr.hw },
689689
};
690690

691-
static const struct parent_map gcc_parent_map_15[] = {
692-
{ P_BI_TCXO, 0 },
693-
{ P_GPLL0_OUT_MAIN, 1 },
694-
{ P_GPLL6_OUT_EVEN, 4 },
695-
};
696-
697-
static const struct clk_parent_data gcc_parent_data_15[] = {
698-
{ .index = DT_BI_TCXO },
699-
{ .hw = &gpll0.clkr.hw },
700-
{ .hw = &gpll6_out_even.clkr.hw },
701-
};
702-
703691
static const struct freq_tbl ftbl_gcc_camss_axi_clk_src[] = {
704692
F(19200000, P_BI_TCXO, 1, 0, 0),
705693
F(150000000, P_GPLL0_OUT_EVEN, 2, 0, 0),

0 commit comments

Comments
 (0)