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)
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>

No differences found