kconfig: add 'static' to some file-local data
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 29 Jul 2020 03:18:37 +0000 (12:18 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 5 Feb 2021 11:04:09 +0000 (12:04 +0100)
commit2c7842933aa7936171c78fdb62d6d8393e28ee87
treee9cd393f94110f2d221db66da2b1b5c03b1de7c0
parent5dd5656ad13971eaacb1bb20ee12042c28dfd36f
kconfig: add 'static' to some file-local data

Fix some warnings from sparce like follows:

  warning: symbol '...' was not declared. Should it be static?

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/lexer.l
config/symbol.c