commit | 94487d6d53af5acae10cf9fd52f74498994d46b1 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue May 05 19:22:53 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue May 05 19:22:53 2009 -0400 |
tree | 4aac17393ab74d234d1f7da064758d6ebf047120 | |
parent | 31b6e76e21b2ffd3cb2f6fe4149790a9fdadce2d [diff] |
tracing: use proper export symbol for tracing api 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>