Re: [PATCH] clk: samsung: gs101: drop unused HSI2 clock parent data

From: Peter Griffin
Date: Tue May 07 2024 - 05:49:48 EST


Hi Krzysztof,

On Tue, 7 May 2024 at 06:59, Krzysztof Kozlowski
<krzysztof.kozlowski@xxxxxxxxxx> wrote:
>
> Drop static const arrays with HSI2 clocks parent data which are not
> referenced by any clock. This might cause -Werror=unused-const-variable
> warnings.
>
> Reported-by: Stephen Boyd <sboyd@xxxxxxxxxx>
> Closes: https://lore.kernel.org/all/8bf65df598680f0785c3d6db70acfb9a.sboyd@xxxxxxxxxx/
> Fixes: 093c290084a4 ("clk: samsung: gs101: add support for cmu_hsi2")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---

Thanks for the fix! These are actually the cmu_top parents and
shouldn't be defined here. They already have their own definitions in
the cmu_top section.

Reviewed-by: Peter Griffin <peter.griffin@xxxxxxxxxx>

Peter