From: Josh Triplett Date: Thu, 15 Oct 2009 19:58:40 +0000 (-0700) Subject: genksyms: Mark is_reserved_word static X-Git-Tag: v2.6.32-rc8~33^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9df091491dd41d4e054071948c8e2e5b354c99;p=pandora-kernel.git genksyms: Mark is_reserved_word static The genksyms keyword gperf hash provides a function is_reserved_word. genksyms #includes the resulting generated file keywords.c, so the function gets used only in the same source file that defines it. Mark is_reserved_word static, and regenerate the corresponding generated file. Signed-off-by: Josh Triplett --- Reading git-diff-tree failed