diff options
author | Stephen Boyd <sboyd@kernel.org> | 2021-10-14 12:10:23 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-10-14 12:13:06 -0700 |
commit | aeca6ac15aaa986068a6ab0eb6112170d38614b6 (patch) | |
tree | 2c8dafdfd5ad068e172a5c8b23389d745a1a78eb /drivers/clk/qcom | |
parent | 1daec8cfebc28bbe596743c34bebd11b80fba990 (diff) |
clk: qcom: gcc-sc7280: Drop unused array
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>
Diffstat (limited to 'drivers/clk/qcom')
-rw-r--r-- | drivers/clk/qcom/gcc-sc7280.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/clk/qcom/gcc-sc7280.c b/drivers/clk/qcom/gcc-sc7280.c index 667f584bc2e1..8fb6bd69f240 100644 --- a/drivers/clk/qcom/gcc-sc7280.c +++ b/drivers/clk/qcom/gcc-sc7280.c @@ -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 }, |