Commit aeca6ac1 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: qcom: gcc-sc7280: Drop unused array



After commit 3165d1e3 ("clk: qcom: gcc: Remove CPUSS clocks control
for SC7280") this array is unused. Remove it.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Cc: Taniya Das <tdas@codeaurora.org>
Fixes: 3165d1e3 ("clk: qcom: gcc: Remove CPUSS clocks control for SC7280")
Link: https://lore.kernel.org/r/20211014191259.1689641-1-sboyd@kernel.org


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 1daec8cf
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -197,12 +197,6 @@ static const struct clk_parent_data gcc_parent_data_0[] = {
	{ .hw = &gcc_gpll0_out_even.clkr.hw },
};

static const struct clk_parent_data gcc_parent_data_0_ao[] = {
	{ .fw_name = "bi_tcxo_ao" },
	{ .hw = &gcc_gpll0.clkr.hw },
	{ .hw = &gcc_gpll0_out_even.clkr.hw },
};

static const struct parent_map gcc_parent_map_1[] = {
	{ P_BI_TCXO, 0 },
	{ P_GCC_GPLL0_OUT_MAIN, 1 },