clk: imx: imx8mn: drop unused pll enum
authorPeng Fan <peng.fan@nxp.com>
Tue, 15 Oct 2019 07:05:53 +0000 (07:05 +0000)
committerStephen Boyd <sboyd@kernel.org>
Wed, 16 Oct 2019 20:08:06 +0000 (13:08 -0700)
The PLL enum definition is not used, so drop it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lkml.kernel.org/r/1571122989-29361-1-git-send-email-peng.fan@nxp.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/imx/clk-imx8mn.c

index 47a4b44ba3cb00319297e5afa2ec1490c50481be..ccd05321f043fa5bc91dba35c53075a374819c72 100644 (file)
@@ -25,20 +25,6 @@ static u32 share_count_disp;
 static u32 share_count_pdm;
 static u32 share_count_nand;
 
-enum {
-       ARM_PLL,
-       GPU_PLL,
-       VPU_PLL,
-       SYS_PLL1,
-       SYS_PLL2,
-       SYS_PLL3,
-       DRAM_PLL,
-       AUDIO_PLL1,
-       AUDIO_PLL2,
-       VIDEO_PLL2,
-       NR_PLLS,
-};
-
 static const struct imx_pll14xx_rate_table imx8mn_pll1416x_tbl[] = {
        PLL_1416X_RATE(1800000000U, 225, 3, 0),
        PLL_1416X_RATE(1600000000U, 200, 3, 0),