From: Daniel Guilak Date: Fri, 25 Jul 2008 08:45:50 +0000 (-0700) Subject: init/version.c: define version_string only if CONFIG_KALLSYMS is not defined X-Git-Tag: v2.6.27-rc1~468 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197dcffc8ba0ea943fee86e28e99cd9575799772;p=pandora-kernel.git init/version.c: define version_string only if CONFIG_KALLSYMS is not defined int Version_* is only used with ksymoops, which is only needed (according to README and Documentation/Changes) if CONFIG_KALLSYMS is NOT defined. Therefore this patch defines version_string only if CONFIG_KALLSYMS is not defined. Signed-off-by: Daniel Guilak Cc: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed