commit | c63fe28bf152f75369cc041bc361d18a6157dd16 | [log] [tgz] |
---|---|---|
author | Anson Huang <Anson.Huang@nxp.com> | Mon Jun 10 13:36:33 2019 +0800 |
committer | Shawn Guo <shawnguo@kernel.org> | Tue Jun 18 14:50:47 2019 +0800 |
tree | 7681e4b0016a9b84eaaf939dc86750b9ff92bd85 | |
parent | b170b5d5e8a39ee41365c874ba6f035f07d22bfd [diff] |
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>