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:
43dd61c
)
ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not defined
author
Steven Rostedt
<srostedt@redhat.com>
Mon, 11 Jul 2011 14:12:59 +0000
(10:12 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Mon, 11 Jul 2011 14:12:59 +0000
(10:12 -0400)
The struct ftrace_hash was declared within CONFIG_FUNCTION_TRACER
but was referenced outside of it.
Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found