From: Arnaud Lacombe Date: Thu, 14 Oct 2010 00:43:28 +0000 (-0400) Subject: kconfig/conf: reduce the scope of `defconfig_file' X-Git-Tag: v3.1-rc1~115^2~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=275744cc8da0fd006e8f8fc1090f01dc0296810d;p=pandora-kernel.git kconfig/conf: reduce the scope of `defconfig_file' This variable is not used outside of main() so there is not much reason keeping it global. Ensure it is initialized as gcc has no way to know that normal execution path expect only one option switch to be given on the command line (except when we request help). As a result, we always initialize `defconfig_file' before using it. Signed-off-by: Arnaud Lacombe --- Reading git-diff-tree failed