From: Steven Rostedt Date: Fri, 10 Apr 2009 22:12:50 +0000 (-0400) Subject: tracing/events: add export symbols for trace events in modules X-Git-Tag: v2.6.31-rc1~401^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17c873ec280a03894bc718af817f7f24fa787ae1;p=pandora-kernel.git tracing/events: add export symbols for trace events in modules Impact: let modules add trace events The trace event code requires some functions to be exported to allow modules to use TRACE_EVENT. This patch adds EXPORT_SYMBOL_GPL to the necessary functions. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed