mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
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: 0d1b662c37
("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
This commit is contained in:
parent
3123109284
commit
abb860ac7e
@ -770,7 +770,7 @@ static const struct samsung_pin_bank_data fsd_pin_banks2[] __initconst = {
|
||||
EXYNOS850_PIN_BANK_EINTN(3, 0x00, "gpq0"),
|
||||
};
|
||||
|
||||
const struct samsung_pin_ctrl fsd_pin_ctrl[] __initconst = {
|
||||
static const struct samsung_pin_ctrl fsd_pin_ctrl[] __initconst = {
|
||||
{
|
||||
/* pin-controller instance 0 FSYS0 data */
|
||||
.pin_banks = fsd_pin_banks0,
|
||||
|
Loading…
Reference in New Issue
Block a user