]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit62b1bb22037ea27319badda824e264cc50835b8c
tree2fa56503ffbc4d749765e5a0be2155ac25dc1166
parente9e80027b79ac89efc56ef9ef6155438ac5616d6
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