From 5133f1f3cc41bb3702dfd259bfc253dcb1bc915a Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Wed, 24 Jul 2019 14:24:35 +0800 Subject: clk: imx: Remove unused function statement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit imx_register_uart_clocks_hws() function is NOT implemented at all, remove it. Signed-off-by: Anson Huang Acked-by: Uwe Kleine-König Reviewed-by: Abel Vesa Signed-off-by: Shawn Guo --- drivers/clk/imx/clk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/clk/imx/clk.h') diff --git a/drivers/clk/imx/clk.h b/drivers/clk/imx/clk.h index 9995f2a5f724..f7a389a50401 100644 --- a/drivers/clk/imx/clk.h +++ b/drivers/clk/imx/clk.h @@ -10,7 +10,6 @@ extern spinlock_t imx_ccm_lock; void imx_check_clocks(struct clk *clks[], unsigned int count); void imx_check_clk_hws(struct clk_hw *clks[], unsigned int count); void imx_register_uart_clocks(struct clk ** const clks[]); -void imx_register_uart_clocks_hws(struct clk_hw ** const hws[]); void imx_mmdc_mask_handshake(void __iomem *ccm_base, unsigned int chn); void imx_unregister_clocks(struct clk *clks[], unsigned int count); -- cgit v1.2.3