From: Josh Triplett Date: Thu, 15 Oct 2009 18:03:20 +0000 (-0700) Subject: kconfig: Make zconf.y work with current bison X-Git-Tag: v2.6.32-rc8~33^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1456edbb1476db735715ddcc7ac306de587024eb;p=pandora-kernel.git kconfig: Make zconf.y work with current bison zconf.y includes zconf.hash.c from the initial code section. zconf.hash.c references the token constants from zconf.y. However, current bison defines the token constants after the initial code section, making zconf.hash.c fail to compile. Move the include of zconf.hash.c later in zconf.y, so bison puts it after the token constants. Signed-off-by: Josh Triplett --- Reading git-diff-tree failed