tracing/events: call the correct event trace selftest init function
authorSteven Rostedt <srostedt@redhat.com>
Mon, 20 Apr 2009 16:12:44 +0000 (12:12 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 20 Apr 2009 16:12:44 +0000 (12:12 -0400)
commit28d20e2d6e94434827e11c310788b87204b84559
tree241f40d1c883680603396fcc5e810aeeaa238574
parenta7abe97fd8e7a6ccabba5a04a9f17be9211d418c
tracing/events: call the correct event trace selftest init function

The late_initcall calls a helper function instead of the proper
init event selftest function.

This update may have been lost due to conflicting merges.

[ Impact: fix compiler warning and call extended event trace self tests ]

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_events.c