Re: [PATCH] clk: imx: Remove unused function statement

2019-08-03 Thread Shawn Guo
On Wed, Jul 24, 2019 at 02:24:35PM +0800, anson.hu...@nxp.com wrote: > From: Anson Huang > > imx_register_uart_clocks_hws() function is NOT implemented > at all, remove it. > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH] clk: imx: Remove unused function statement

2019-07-26 Thread Abel Vesa
On 19-07-24 14:24:35, anson.hu...@nxp.com wrote: > From: Anson Huang > > imx_register_uart_clocks_hws() function is NOT implemented > at all, remove it. > > Signed-off-by: Anson Huang Reviewed-by: Abel Vesa > --- > drivers/clk/imx/clk.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git

Re: [PATCH] clk: imx: Remove unused function statement

2019-07-24 Thread Uwe Kleine-König
Hello, On Wed, Jul 24, 2019 at 02:24:35PM +0800, anson.hu...@nxp.com wrote: > From: Anson Huang > > imx_register_uart_clocks_hws() function is NOT implemented > at all, remove it. > > Signed-off-by: Anson Huang Looks right. This function never existed, the prototype was introduced in commit d

[PATCH] clk: imx: Remove unused function statement

2019-07-23 Thread Anson . Huang
From: Anson Huang imx_register_uart_clocks_hws() function is NOT implemented at all, remove it. Signed-off-by: Anson Huang --- drivers/clk/imx/clk.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/imx/clk.h b/drivers/clk/imx/clk.h index 9995f2a..f7a389a 100644 --- a/drivers/clk/