]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: qcom: sdm670-lpass-lpi: label variables as static
authorRichard Acayan <mailingradian@gmail.com>
Wed, 8 Apr 2026 22:30:38 +0000 (18:30 -0400)
committerLinus Walleij <linusw@kernel.org>
Thu, 9 Apr 2026 07:20:56 +0000 (09:20 +0200)
commit7fe21f1ef74f2f4b95896789db656c84b22f01c1
tree66c15a7c0c580308435df266d5b5a83dca24883f
parent7648112358a4207916d3e38bfee49f85552fe95f
pinctrl: qcom: sdm670-lpass-lpi: label variables as static

These variables are local to the driver and have no need to be exported
to the global namespace. Label them as static to fix compiler warnings.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202604080950.Mvm8aN0a-lkp@intel.com/
Fixes: 9826035a75da ("pinctrl: qcom: add sdm670 lpi tlmm")
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c