From: Ingo Molnar Date: Fri, 24 Oct 2008 10:47:10 +0000 (+0200) Subject: ftrace: warning in kernel/trace/ftrace.c X-Git-Tag: v2.6.28-rc3~86^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17845e5d97ead8fbdadfd40039e058ec7cf4a42;p=pandora-kernel.git ftrace: warning in kernel/trace/ftrace.c this warning: kernel/trace/ftrace.c:189: warning: ‘frozen_record_count’ defined but not used triggers because frozen_record_count is only used in the KCONFIG_MARKERS case. Move the variable it there. Alas, this frozen-record facility seems to have little use. The frozen_record_count variable is not used by anything, nor the flags. So this section might need a bit of dead-code-removal care as well. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed