From: Steven Rostedt Date: Mon, 11 Jul 2011 14:12:59 +0000 (-0400) Subject: ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not defined X-Git-Tag: v3.1-rc1~299^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04da85b86188f224cc9b391b5bdd92a3ba20ffcf;p=pandora-kernel.git ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not defined The struct ftrace_hash was declared within CONFIG_FUNCTION_TRACER but was referenced outside of it. Reported-by: Ingo Molnar Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed