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

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

Drop unused enum entries from the list of parent enums.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Taniya Das <tdas@codeaurora.org>
Link: https://lore.kernel.org/r/20210405224743.590029-9-dmitry.baryshkov@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Dmitry Baryshkov and committed by
Stephen Boyd
c33794a4 5f1792e9

-4
-4
drivers/clk/qcom/videocc-sc7180.c
··· 19 19 20 20 enum { 21 21 P_BI_TCXO, 22 - P_CHIP_SLEEP_CLK, 23 - P_CORE_BI_PLL_TEST_SE, 24 - P_VIDEO_PLL0_OUT_EVEN, 25 22 P_VIDEO_PLL0_OUT_MAIN, 26 - P_VIDEO_PLL0_OUT_ODD, 27 23 }; 28 24 29 25 static const struct pll_vco fabia_vco[] = {