]> git.ipfire.org Git - thirdparty/kernel/linux.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)
commit341fdf2602113a3fd8e05046e2b7a75b5c0f308e
tree4e20dda1efc91520a369c96084c4f47840da9291
parentdb27e40b27f18d66d9e01745211ac87bc03a14b7
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: ba5625c3e272 ("clk: imx: Add clock driver support for imx8mm")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/imx/clk-imx8mm.c