Skip to content

Commit aeca6ac

Browse files
committed
clk: qcom: gcc-sc7280: Drop unused array
After commit 3165d1e ("clk: qcom: gcc: Remove CPUSS clocks control for SC7280") this array is unused. Remove it. Reported-by: kernel test robot <[email protected]> Cc: Taniya Das <[email protected]> Fixes: 3165d1e ("clk: qcom: gcc: Remove CPUSS clocks control for SC7280") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 1daec8c commit aeca6ac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/clk/qcom/gcc-sc7280.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,6 @@ static const struct clk_parent_data gcc_parent_data_0[] = {
197197
{ .hw = &gcc_gpll0_out_even.clkr.hw },
198198
};
199199

200-
static const struct clk_parent_data gcc_parent_data_0_ao[] = {
201-
{ .fw_name = "bi_tcxo_ao" },
202-
{ .hw = &gcc_gpll0.clkr.hw },
203-
{ .hw = &gcc_gpll0_out_even.clkr.hw },
204-
};
205-
206200
static const struct parent_map gcc_parent_map_1[] = {
207201
{ P_BI_TCXO, 0 },
208202
{ P_GCC_GPLL0_OUT_MAIN, 1 },

0 commit comments

Comments
 (0)