clk: imx: Remove __init for imx_check_clocks() API
authorAnson Huang <Anson.Huang@nxp.com>
Mon, 10 Jun 2019 05:36:33 +0000 (13:36 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 18 Jun 2019 06:50:47 +0000 (14:50 +0800)
commitc63fe28bf152f75369cc041bc361d18a6157dd16
tree7681e4b0016a9b84eaaf939dc86750b9ff92bd85
parentb170b5d5e8a39ee41365c874ba6f035f07d22bfd
clk: imx: Remove __init for imx_check_clocks() API

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@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk.c