commit | e5190586a92d43f26994f200cc3554c6dea4ceaa | [log] [tgz] |
---|---|---|
author | Anson Huang <Anson.Huang@nxp.com> | Wed Jun 19 15:12:39 2019 +0800 |
committer | Shawn Guo <shawnguo@kernel.org> | Mon Jun 24 09:43:29 2019 +0800 |
tree | 8c11c2e6f680e8eb87d3cfa9839c309efc1d88d9 | |
parent | 0e12248c68f3b667ca7899d1d92a3a9f54197a21 [diff] |
clk: imx: Remove __init for imx_register_uart_clocks() API Some of i.MX SoCs' clock driver use platform driver model, and they need to call imx_register_uart_clocks() API, so imx_register_uart_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>