x86/dumpstack: Make show_trace_log_lvl() static
authorHui Su <sh_def@163.com>
Fri, 13 Nov 2020 13:39:43 +0000 (21:39 +0800)
committerBorislav Petkov <bp@suse.de>
Tue, 17 Nov 2020 18:05:32 +0000 (19:05 +0100)
commit09a217c10504bcaef911cf2af74e424338efe629
tree06a97823cb38f616aae914dc2dc523536d463582
parent4a2d2ed9bae16c14602e7aebba3f0c90f73fe786
x86/dumpstack: Make show_trace_log_lvl() static

show_trace_log_lvl() is not used by other compilation units so make it
static and remove the declaration from the header file.

Signed-off-by: Hui Su <sh_def@163.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20201113133943.GA136221@rlk
arch/x86/include/asm/stacktrace.h
arch/x86/kernel/dumpstack.c