tracing: add static to generated TRACE_EVENT functions
authorSteven Rostedt <srostedt@redhat.com>
Mon, 14 Sep 2009 14:50:23 +0000 (10:50 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 14 Sep 2009 14:50:23 +0000 (10:50 -0400)
Some of the generated functions used in the TRACE_EVENT macros are
not declared static, but they are not global.

Discovered by sparse.

Reported-by: Jaswinder Singh Rajput <jaswinder@kernel.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found