tracing/events: fix compile for modules disabled
authorSteven Rostedt <srostedt@redhat.com>
Tue, 14 Apr 2009 22:22:32 +0000 (18:22 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 15 Apr 2009 02:04:19 +0000 (22:04 -0400)
commit61f919a12fbdc3fd20f980a34a118d597198a392
tree0c8ee118fabb29ff2c0be699948cb4b00627b543
parent6d723736e472f7a0cd5b62c84152fceead241328
tracing/events: fix compile for modules disabled

Impact: compile fix

The addition of TRACE_EVENT for modules breaks the build for when
modules are disabled. This code fixes that.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_events.c