]> git.baikalelectronics.ru Git - kernel.git/commit
clk: imx: Remove __init for imx_obtain_fixed_clk_hw() API
authorPeng Fan <peng.fan@nxp.com>
Thu, 12 Dec 2019 02:59:10 +0000 (02:59 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Dec 2019 03:50:54 +0000 (11:50 +0800)
commit8440b03f09a41094c4ce6f1e2ea3573a58ae0dac
tree0532353cd29455d9394590ba046b1ba652d32d35
parent9ad7ae1fe991ef49fb960a3d075bc819bb8c736c
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>
drivers/clk/imx/clk.c