Skip to content
Snippets Groups Projects
Commit 477c59f0 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Stephen Boyd
Browse files

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


Drop unused enum entries from the list of parent enums.

Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20210405224743.590029-10-dmitry.baryshkov@linaro.org


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent c33794a4
No related branches found
No related tags found
No related merge requests found
...@@ -20,11 +20,7 @@ ...@@ -20,11 +20,7 @@
enum { enum {
P_BI_TCXO, P_BI_TCXO,
P_CHIP_SLEEP_CLK,
P_CORE_BI_PLL_TEST_SE,
P_VIDEO_PLL0_OUT_EVEN,
P_VIDEO_PLL0_OUT_MAIN, P_VIDEO_PLL0_OUT_MAIN,
P_VIDEO_PLL0_OUT_ODD,
}; };
static struct pll_vco trion_vco[] = { static struct pll_vco trion_vco[] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment