Skip to content

Commit 82a4de6

Browse files
Evan Greenbebarino
authored andcommitted
clk: qcom: Remove unused arrays in SDM845 GCC
This change removes a parent map and parent name array that appear to be completely unreferenced. Signed-off-by: Evan Green <evgreen@chromium.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 5b394b2 commit 82a4de6

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

drivers/clk/qcom/gcc-sdm845.c

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,6 @@ static const char * const gcc_parent_names_4[] = {
9999
"core_bi_pll_test_se",
100100
};
101101

102-
static const struct parent_map gcc_parent_map_5[] = {
103-
{ P_BI_TCXO, 0 },
104-
{ P_GPLL0_OUT_MAIN, 1 },
105-
{ P_GPLL4_OUT_MAIN, 5 },
106-
{ P_GPLL0_OUT_EVEN, 6 },
107-
{ P_CORE_BI_PLL_TEST_SE, 7 },
108-
};
109-
110-
static const char * const gcc_parent_names_5[] = {
111-
"bi_tcxo",
112-
"gpll0",
113-
"gpll4",
114-
"gpll0_out_even",
115-
"core_bi_pll_test_se",
116-
};
117-
118102
static const struct parent_map gcc_parent_map_6[] = {
119103
{ P_BI_TCXO, 0 },
120104
{ P_GPLL0_OUT_MAIN, 1 },

0 commit comments

Comments
 (0)