git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b6e76
)
tracing: use proper export symbol for tracing api
author
Steven Rostedt
<srostedt@redhat.com>
Tue, 5 May 2009 23:22:53 +0000
(19:22 -0400)
committer
Steven 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