Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/lib32/unwind.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/lib32/unwind.c b/arch/arm/lib32/unwind.c index d3e79b5702..fd4b0b22cb 100644 --- a/arch/arm/lib32/unwind.c +++ b/arch/arm/lib32/unwind.c @@ -58,7 +58,8 @@ static inline int is_kernel_text(unsigned long addr) return 0; } -void dump_backtrace_entry(unsigned long where, unsigned long from, unsigned long frame) +static void dump_backtrace_entry(unsigned long where, unsigned long from, + unsigned long frame) { #ifdef CONFIG_KALLSYMS printk("[<%08lx>] (%pS) from [<%08lx>] (%pS)\n", where, (void *)where, from, (void *)from); -- 2.19.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox