public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip] x86: ftrace.c declare prepare_ftrace_return before they get used
@ 2009-04-09 16:37 Jaswinder Singh Rajput
  2009-04-09 17:20 ` Frederic Weisbecker
  0 siblings, 1 reply; 6+ messages in thread
From: Jaswinder Singh Rajput @ 2009-04-09 16:37 UTC (permalink / raw)
  To: Ingo Molnar, Steven Rostedt, x86 maintainers, LKML

Impact: fix sparse warning:
  arch/x86/kernel/ftrace.c:411:6: warning: symbol 'prepare_ftrace_return' was not declared. Should it be static?

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 arch/x86/include/asm/ftrace.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/x86/include/asm/ftrace.h b/arch/x86/include/asm/ftrace.h
index bd2c651..49616d4 100644
--- a/arch/x86/include/asm/ftrace.h
+++ b/arch/x86/include/asm/ftrace.h
@@ -62,4 +62,10 @@ struct dyn_arch_ftrace {
 #endif /* __ASSEMBLY__ */
 #endif /* CONFIG_FUNCTION_TRACER */
 
+#ifdef CONFIG_FUNCTION_GRAPH_TRACER
+#ifndef __ASSEMBLY__
+extern void prepare_ftrace_return(unsigned long *, unsigned long);
+#endif
+#endif
+
 #endif /* _ASM_X86_FTRACE_H */
-- 
1.6.0.6




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-10 12:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-09 16:37 [PATCH -tip] x86: ftrace.c declare prepare_ftrace_return before they get used Jaswinder Singh Rajput
2009-04-09 17:20 ` Frederic Weisbecker
2009-04-09 17:41   ` Jaswinder Singh Rajput
2009-04-09 18:55     ` Steven Rostedt
2009-04-10  4:29       ` Jaswinder Singh Rajput
2009-04-10 12:58         ` Frederic Weisbecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox