]> Git Repo - linux.git/commitdiff
clk: qcom: Remove unused arrays in SDM845 GCC
authorEvan Green <[email protected]>
Thu, 18 Oct 2018 22:03:50 +0000 (15:03 -0700)
committerStephen Boyd <[email protected]>
Thu, 18 Oct 2018 22:29:51 +0000 (15:29 -0700)
This change removes a parent map and parent name array that
appear to be completely unreferenced.

Signed-off-by: Evan Green <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/qcom/gcc-sdm845.c

index fa1a196350f1542ab5acf95528b7b329ecaddb98..a7e72ebb79ba82da9a30bb504a4c4df120209148 100644 (file)
@@ -99,22 +99,6 @@ static const char * const gcc_parent_names_4[] = {
        "core_bi_pll_test_se",
 };
 
-static const struct parent_map gcc_parent_map_5[] = {
-       { P_BI_TCXO, 0 },
-       { P_GPLL0_OUT_MAIN, 1 },
-       { P_GPLL4_OUT_MAIN, 5 },
-       { P_GPLL0_OUT_EVEN, 6 },
-       { P_CORE_BI_PLL_TEST_SE, 7 },
-};
-
-static const char * const gcc_parent_names_5[] = {
-       "bi_tcxo",
-       "gpll0",
-       "gpll4",
-       "gpll0_out_even",
-       "core_bi_pll_test_se",
-};
-
 static const struct parent_map gcc_parent_map_6[] = {
        { P_BI_TCXO, 0 },
        { P_GPLL0_OUT_MAIN, 1 },
This page took 0.061816 seconds and 4 git commands to generate.