]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: samsung: staticize fsd_pin_ctrl
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 31 Mar 2022 19:45:26 +0000 (21:45 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 4 Apr 2022 16:58:26 +0000 (18:58 +0200)
commit0ea8a58b8e26a3e073679a3505575185eb1161ac
tree1975ae83b870f52796fe3ecfbec9abd35fdfa5a8
parentdbb008736a8c113ef1e12b4e4b4351fac2a15ede
pinctrl: samsung: staticize fsd_pin_ctrl

struct fsd_pin_ctrl is not used outside of the file, so it can be made
static.  This fixes sparse warning:

  drivers/pinctrl/samsung/pinctrl-exynos-arm64.c:773:31: sparse:
    symbol 'fsd_pin_ctrl' was not declared. Should it be static?

Reported-by: kernel test robot <lkp@intel.com>
Fixes: ed69153459d0 ("pinctrl: samsung: add FSD SoC specific data")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20220331194526.52444-1-krzysztof.kozlowski@linaro.org
drivers/pinctrl/samsung/pinctrl-exynos-arm64.c