]> Pileus Git - ~andy/linux/commit
tracing: Make tracer_tracing_{off,on,is_on}() static
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Tue, 2 Jul 2013 23:59:57 +0000 (19:59 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 3 Jul 2013 00:42:31 +0000 (20:42 -0400)
commit5280bcef91e706770cc1706eb97353e3513322b9
tree9330be13eb4eb593fda56dd519228ffc015978ea
parent11034ae9c20f4057a6127fc965906417978e69b2
tracing: Make tracer_tracing_{off,on,is_on}() static

I have patches that will use tracer_tracing_on/off/is_on() in other
files, but as they are not ready to be merged yet, and Fengguang Wu's
sparse scripts pointed out that these functions were not declared
anywhere, I'll make them static for now.

When these functions are required to be used elsewhere, I'll remove
the static then.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c