mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 05:04:00 +08:00
clk: qcom: videocc-sm8250: 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-11-dmitry.baryshkov@linaro.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
477c59f074
commit
2e30f6492c
@ -21,8 +21,6 @@
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
P_BI_TCXO,
|
P_BI_TCXO,
|
||||||
P_CHIP_SLEEP_CLK,
|
|
||||||
P_CORE_BI_PLL_TEST_SE,
|
|
||||||
P_VIDEO_PLL0_OUT_MAIN,
|
P_VIDEO_PLL0_OUT_MAIN,
|
||||||
P_VIDEO_PLL1_OUT_MAIN,
|
P_VIDEO_PLL1_OUT_MAIN,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user