tracing: use proper export symbol for tracing api
authorSteven Rostedt <srostedt@redhat.com>
Tue, 5 May 2009 23:22:53 +0000 (19:22 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 5 May 2009 23:22:53 +0000 (19:22 -0400)
When adding the EXPORT_SYMBOL to some of the tracing API, I accidently
used EXPORT_SYMBOL instead of EXPORT_SYMBOL_GPL. This patch fixes
that mistake.

[ Impact: export the tracing code only for GPL modules ]

Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found