clk: imx: clk-imx31: Remove unused static const table 'uart_clks'
authorLee Jones <lee.jones@linaro.org>
Wed, 20 Jan 2021 09:30:30 +0000 (09:30 +0000)
committerShawn Guo <shawnguo@kernel.org>
Fri, 29 Jan 2021 13:31:52 +0000 (21:31 +0800)
Fixes the following W=1 kernel build warning(s):

 drivers/clk/imx/clk-imx31.c:54:28: warning: ‘uart_clks’ defined but not used [-Wunused-const-variable=]

Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linux-clk@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx31.c

index 7b13fb57d842815df0f0133bb341427d78f200df..c44e18c6f63f79e4aa2dcfd4c7dc6a9743d3558e 100644 (file)
@@ -51,16 +51,6 @@ enum mx31_clks {
 static struct clk *clk[clk_max];
 static struct clk_onecell_data clk_data;
 
-static struct clk ** const uart_clks[] __initconst = {
-       &clk[ipg],
-       &clk[uart1_gate],
-       &clk[uart2_gate],
-       &clk[uart3_gate],
-       &clk[uart4_gate],
-       &clk[uart5_gate],
-       NULL
-};
-
 static void __init _mx31_clocks_init(void __iomem *base, unsigned long fref)
 {
        clk[dummy] = imx_clk_fixed("dummy", 0);