diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2019-07-24 14:24:35 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-08-03 10:56:37 +0200 |
commit | 5133f1f3cc41bb3702dfd259bfc253dcb1bc915a (patch) | |
tree | bcb574bd6b002a64059a36ed5f0148ca6a29bd9e /drivers/clk/imx | |
parent | b87340998a87f338a0e1501c25ab650ce2c6ce95 (diff) |
clk: imx: Remove unused function statement
imx_register_uart_clocks_hws() function is NOT implemented
at all, remove it.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/clk/imx')
-rw-r--r-- | drivers/clk/imx/clk.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |