Re: [PATCH] clk: starfive: jh7110-pll: Mark the probe function as __init

From: Stephen Boyd
Date: Wed Oct 30 2024 - 16:24:05 EST


Quoting Changhuang Liang (2024-10-28 20:28:28)
> Mark the jh7110_pll_probe function as __init.
>
> There's no need to support hotplugging in the jh7110-pll driver. We use
> builtin_platform_driver_probe, the probe function will only be called at
> startup.
>
> Signed-off-by: Changhuang Liang <changhuang.liang@xxxxxxxxxxxxxxxx>
> ---

Applied to clk-next