clk: qcom: gcc-sc7280: Drop unused array
authorStephen Boyd <sboyd@kernel.org>
Thu, 14 Oct 2021 19:10:23 +0000 (12:10 -0700)
committerStephen Boyd <sboyd@kernel.org>
Thu, 14 Oct 2021 19:13:06 +0000 (12:13 -0700)
After commit 3165d1e3c737 ("clk: qcom: gcc: Remove CPUSS clocks control
for SC7280") this array is unused. Remove it.

Reported-by: kernel test robot <lkp@intel.com>
Cc: Taniya Das <tdas@codeaurora.org>
Fixes: 3165d1e3c737 ("clk: qcom: gcc: Remove CPUSS clocks control for SC7280")
Link: https://lore.kernel.org/r/20211014191259.1689641-1-sboyd@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/gcc-sc7280.c

index 667f584bc2e182d87cac1c59d5eb4ffd399b1eec..8fb6bd69f240ed55a0c4bac20e5e0d610d12162e 100644 (file)
@@ -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 },