clk: rockchip: rk3308: drop unused mux_timer_src_p
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 16 Sep 2020 16:17:40 +0000 (18:17 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 22 Sep 2020 12:36:20 +0000 (14:36 +0200)
The parent names 'mux_timer_src_p' is not used:

  In file included from drivers/clk/rockchip/clk-rk3308.c:13:0:
  drivers/clk/rockchip/clk-rk3308.c:136:7: warning: ‘mux_timer_src_p’ defined but not used [-Wunused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200916161740.14173-6-krzk@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3308.c

index b0baf87..5bf15f2 100644 (file)
@@ -133,7 +133,6 @@ PNAME(mux_uart1_p)          = { "clk_uart1_src", "dummy", "clk_uart1_frac" };
 PNAME(mux_uart2_p)             = { "clk_uart2_src", "dummy", "clk_uart2_frac" };
 PNAME(mux_uart3_p)             = { "clk_uart3_src", "dummy", "clk_uart3_frac" };
 PNAME(mux_uart4_p)             = { "clk_uart4_src", "dummy", "clk_uart4_frac" };
-PNAME(mux_timer_src_p)         = { "xin24m", "clk_rtc32k" };
 PNAME(mux_dclk_vop_p)          = { "dclk_vop_src", "dclk_vop_frac", "xin24m" };
 PNAME(mux_nandc_p)             = { "clk_nandc_div", "clk_nandc_div50" };
 PNAME(mux_sdmmc_p)             = { "clk_sdmmc_div", "clk_sdmmc_div50" };