Skip to content

Commit

Permalink
arm: walk_stacktrace() needs to be exported
Browse files Browse the repository at this point in the history
oprofile depends on having it

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed May 16, 2007
1 parent ecec5ba commit 7b104bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/kernel/stacktrace.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/stacktrace.h>

Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 7b104bc

Please sign in to comment.