1

pinctrl: samsung: Make symbol 'exynos7885_pin_ctrl' static

The sparse tool complains as follows:

drivers/pinctrl/samsung/pinctrl-exynos-arm64.c:490:31: warning:
 symbol 'exynos7885_pin_ctrl' was not declared. Should it be static?

This symbol is not used outside of pinctrl-exynos-arm64.c, so marks
it static.

Fixes: b0ef7b1a7a ("pinctrl: samsung: Add Exynos7885 SoC specific data")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20211123083617.2366756-1-weiyongjun1@huawei.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
This commit is contained in:
Wei Yongjun 2021-11-23 08:36:17 +00:00 committed by Krzysztof Kozlowski
parent b0ef7b1a7a
commit 16dd3bb5c1

View File

@ -487,7 +487,7 @@ static const struct samsung_pin_bank_data exynos7885_pin_banks3[] __initconst =
EXYNOS850_PIN_BANK_EINTG(8, 0x200, "gpc2", 0x40),
};
const struct samsung_pin_ctrl exynos7885_pin_ctrl[] __initconst = {
static const struct samsung_pin_ctrl exynos7885_pin_ctrl[] __initconst = {
{
/* pin-controller instance 0 Alive data */
.pin_banks = exynos7885_pin_banks0,