tracing: remove dangling semicolon
authorSteven Rostedt <srostedt@redhat.com>
Mon, 20 Apr 2009 16:59:29 +0000 (12:59 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 20 Apr 2009 16:59:29 +0000 (12:59 -0400)
Due to a cut and paste error, the trace_seq_putc had a semicolon
after the prototype but before the stub function when tracing is
disabled.

[Impact: fix compile error ]

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found