From: Steven Rostedt Date: Fri, 16 Jan 2009 04:06:03 +0000 (-0500) Subject: ftrace: remove static from function tracer functions X-Git-Tag: v2.6.30-rc1~2^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a225cdd263f340c864febb1992802fb5b08bc328;p=pandora-kernel.git ftrace: remove static from function tracer functions Impact: clean up After reorganizing the functions in trace.c and trace_function.c, they no longer need to be in global context. This patch makes the functions and one variable into static. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed