]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit13bc211b50084399d4e313fc904816ce17889cd8
tree42bae137b3966ff60c28619cd22c84cf20ec1c79
parentd2f6bb7df16e90a4d9422a28ab088558364b0cf9
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