Commit 7b104bcb authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

arm: walk_stacktrace() needs to be exported

oprofile depends on having it
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ecec5ba6
#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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment