aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arc/kernel/stacktrace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/kernel/stacktrace.c b/arch/arc/kernel/stacktrace.c
index ab97b034922f..9ce47cfe2303 100644
--- a/arch/arc/kernel/stacktrace.c
+++ b/arch/arc/kernel/stacktrace.c
@@ -246,4 +246,5 @@ void save_stack_trace(struct stack_trace *trace)
246 /* Pass NULL for task so it unwinds the current call frame */ 246 /* Pass NULL for task so it unwinds the current call frame */
247 arc_unwind_core(NULL, NULL, __collect_all, trace); 247 arc_unwind_core(NULL, NULL, __collect_all, trace);
248} 248}
249EXPORT_SYMBOL_GPL(save_stack_trace);
249#endif 250#endif