Re: [PATCH 1/2] clk: imx: Remove __init for imx_check_clocks() API

2019-06-18 Thread Shawn Guo
On Mon, Jun 10, 2019 at 01:36:33PM +0800, anson.hu...@nxp.com wrote: > From: Anson Huang > > Some of i.MX SoCs' clock driver use platform driver model, > and they need to call imx_check_clocks() API, so > imx_check_clocks() API should NOT be in .init section. > > Signed-off-by: Anson Huang

[PATCH 1/2] clk: imx: Remove __init for imx_check_clocks() API

2019-06-09 Thread Anson . Huang
From: Anson Huang Some of i.MX SoCs' clock driver use platform driver model, and they need to call imx_check_clocks() API, so imx_check_clocks() API should NOT be in .init section. Signed-off-by: Anson Huang --- drivers/clk/imx/clk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff