From: Steven Rostedt Date: Fri, 17 Apr 2009 17:02:22 +0000 (-0400) Subject: tracing/events: enable code with EVENT_TRACING not EVENT_TRACER X-Git-Tag: v2.6.31-rc1~401^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0afdc126d0515e76890f0a5f26b28501cfa298e;p=pandora-kernel.git tracing/events: enable code with EVENT_TRACING not EVENT_TRACER The CONFIG_EVENT_TRACER is the way to turn on event tracing when no other tracing has been configured. All code to get enabled should depend on CONFIG_EVENT_TRACING. That is what is enabled when TRACING (or CONFIG_EVENT_TRACER) is selected. This patch enables the include/trace/ftrace.h file when CONFIG_EVENT_TRACING is enabled. [ Impact: fix warning in event tracer selftest ] Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed