kconfig: Mark various internal functions static
authorJosh Triplett <josh@joshtriplett.org>
Thu, 15 Oct 2009 19:13:36 +0000 (12:13 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Sun, 15 Nov 2009 23:00:16 +0000 (15:00 -0800)
commit65166571800af0f63f21e5576d7db12d2bf73790
tree42bae137b3966ff60c28619cd22c84cf20ec1c79
parent1456edbb1476db735715ddcc7ac306de587024eb
kconfig: Mark various internal functions static

kconfig's keyword hash, lexer, and parser define various functions used
only locally.  Declare these functions as static, and regenerate the
corresponding generated files.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
scripts/kconfig/lex.zconf.c_shipped
scripts/kconfig/zconf.gperf
scripts/kconfig/zconf.hash.c_shipped
scripts/kconfig/zconf.l
scripts/kconfig/zconf.tab.c_shipped
scripts/kconfig/zconf.y