]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
clk: imx: Remove __init for imx_register_uart_clocks() API
authorAnson Huang <Anson.Huang@nxp.com>
Wed, 19 Jun 2019 07:12:39 +0000 (15:12 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 24 Jun 2019 01:43:29 +0000 (09:43 +0800)
commite5190586a92d43f26994f200cc3554c6dea4ceaa
tree8c11c2e6f680e8eb87d3cfa9839c309efc1d88d9
parent0e12248c68f3b667ca7899d1d92a3a9f54197a21
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>
drivers/clk/imx/clk.c