]> git.baikalelectronics.ru Git - kernel.git/commit
clk: imx: imx8mm: Mark init function __init
authorStephen Boyd <sboyd@kernel.org>
Thu, 21 Feb 2019 23:27:55 +0000 (15:27 -0800)
committerStephen Boyd <sboyd@kernel.org>
Thu, 21 Feb 2019 23:29:10 +0000 (15:29 -0800)
commit8306f0dc4a06803e4b22ad92f16275ba058ce9e3
tree4e20dda1efc91520a369c96084c4f47840da9291
parentd9fe8b9f5ccd1fb41030ff24b9be4ac15e697536
clk: imx: imx8mm: Mark init function __init

It calls another __init marked function and thus causes a section
mismatch if we don't mark it this way.

Fixes: d3ecbedebdd0 ("clk: imx: Add clock driver support for imx8mm")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/imx/clk-imx8mm.c