panic: make print_oops_end_marker() static
authorYue Hu <huyue2@yulong.com>
Wed, 12 Aug 2020 01:36:53 +0000 (18:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:58:02 +0000 (10:58 -0700)
commit63037f74725ddd8a767ed2ad0369e60a3bf1f2ce
tree2fa56503ffbc4d749765e5a0be2155ac25dc1166
parent9d5b134f9f51dd5a67adf8fdc4f59af97e540ceb
panic: make print_oops_end_marker() static

Since print_oops_end_marker() is not used externally, also remove it in
kernel.h at the same time.

Signed-off-by: Yue Hu <huyue2@yulong.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Kees Cook <keescook@chromium.org>
Link: http://lkml.kernel.org/r/20200724011516.12756-1-zbestahu@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kernel.h
kernel/panic.c