All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: walk_stacktrace() needs to be exported
@ 2007-05-15 19:37 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2007-05-15 19:37 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, rmk


oprofile depends on having it

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 arch/arm/kernel/stacktrace.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/kernel/stacktrace.c b/arch/arm/kernel/stacktrace.c
index 398d0c0..8b63ad8 100644
--- a/arch/arm/kernel/stacktrace.c
+++ b/arch/arm/kernel/stacktrace.c
@@ -1,3 +1,4 @@
+#include <linux/module.h>
 #include <linux/sched.h>
 #include <linux/stacktrace.h>
 
@@ -30,6 +31,7 @@ int walk_stackframe(unsigned long fp, unsigned long low, unsigned long high,
 
 	return 0;
 }
+EXPORT_SYMBOL(walk_stackframe);
 
 #ifdef CONFIG_STACKTRACE
 struct stack_trace_data {
-- 
1.5.0-rc2.GIT


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-15 19:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-15 19:37 [PATCH] arm: walk_stacktrace() needs to be exported Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.