]> 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)
commit72f99a378133172ce1b1053cc5bdaf96ec8678df
tree2fa56503ffbc4d749765e5a0be2155ac25dc1166
parente2e4ae2699c2e7fe5f4be26e11b2e2a0e8885736
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