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

From: Shawn Guo
Date: Tue Jun 18 2019 - 02:57:13 EST


On Mon, Jun 10, 2019 at 01:36:33PM +0800, Anson.Huang@xxxxxxx wrote:
> From: Anson Huang <Anson.Huang@xxxxxxx>
>
> 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 <Anson.Huang@xxxxxxx>

Applied both, thanks.