ftrace: remove static from function tracer functions
authorSteven Rostedt <srostedt@redhat.com>
Fri, 16 Jan 2009 04:06:03 +0000 (23:06 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 16 Jan 2009 11:17:58 +0000 (12:17 +0100)
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 <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found