commit | 44fa4710873f31f8718d86d5c8e1a2194d640ce6 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu Dec 12 02:59:10 2019 +0000 |
committer | Shawn Guo <shawnguo@kernel.org> | Mon Dec 23 11:50:54 2019 +0800 |
tree | 0532353cd29455d9394590ba046b1ba652d32d35 | |
parent | 02cb0228e98c01e0e78c71ae4763317bd6fb9455 [diff] |
clk: imx: Remove __init for imx_obtain_fixed_clk_hw() API Some of i.MX SoCs' clock driver will use platform driver model, and they need to call imx_obtain_fixed_clk_hw() API, so imx_obtain_fixed_clk_hw() API should NOT be in .init section. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>