Re: [PATCH] pinctrl: qcom: sdm660-lpass-lpi: Make groups and functions variables static
From: Linus Walleij
Date: Tue Feb 24 2026 - 03:56:39 EST
On Mon, Feb 16, 2026 at 9:25 AM Krzysztof Kozlowski
<krzysztof.kozlowski@xxxxxxxxxxxxxxxx> wrote:
> File-scope 'sdm660_lpi_pinctrl_groups' and
> 'sdm660_lpi_pinctrl_functions' are not used outside of this unit, so
> make them static to silence sparse warnings:
>
> pinctrl-sdm660-lpass-lpi.c:79:27: warning: symbol 'sdm660_lpi_pinctrl_groups' was not declared. Should it be static?
> pinctrl-sdm660-lpass-lpi.c:116:27: warning: symbol 'sdm660_lpi_pinctrl_functions' was not declared. Should it be static?
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
Patch applied!
Yours,
Linus Walleij