Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

microblaze: Fix sparse warning - unwind.c

Warning log:
CHECK arch/microblaze/kernel/unwind.c
arch/microblaze/kernel/unwind.c:186:6: warning: symbol 'microblaze_unwind_inner' was not declared. Should it be static?

Signed-off-by: Michal Simek <monstr@monstr.eu>

+1 -1
+1 -1
arch/microblaze/kernel/unwind.c
··· 183 183 * @trace : Where to store stack backtrace (PC values). 184 184 * NULL == print backtrace to kernel log 185 185 */ 186 - void microblaze_unwind_inner(struct task_struct *task, 186 + static void microblaze_unwind_inner(struct task_struct *task, 187 187 unsigned long pc, unsigned long fp, 188 188 unsigned long leaf_return, 189 189 struct stack_trace *trace)