Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: qcom: gpucc-sc7180: drop unused enum entries

Drop unused enum entries from the list of parent enums.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20210405224743.590029-5-dmitry.baryshkov@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Dmitry Baryshkov and committed by
Stephen Boyd
c9944417 b6f3fd68

-3
-3
drivers/clk/qcom/gpucc-sc7180.c
··· 26 26 27 27 enum { 28 28 P_BI_TCXO, 29 - P_CORE_BI_PLL_TEST_SE, 30 29 P_GPLL0_OUT_MAIN, 31 30 P_GPLL0_OUT_MAIN_DIV, 32 - P_GPU_CC_PLL1_OUT_EVEN, 33 31 P_GPU_CC_PLL1_OUT_MAIN, 34 - P_GPU_CC_PLL1_OUT_ODD, 35 32 }; 36 33 37 34 static const struct pll_vco fabia_vco[] = {