]> git.baikalelectronics.ru Git - kernel.git/commit
x86/boot/string: Add missing function prototypes
authorKees Cook <keescook@chromium.org>
Fri, 19 Nov 2021 17:53:25 +0000 (09:53 -0800)
committerBorislav Petkov <bp@suse.de>
Fri, 10 Dec 2021 18:49:06 +0000 (19:49 +0100)
commit560d906bfa823feb4cef1e98c7184d91f325a823
tree29796af9e857ed5c815b11f5c3a78f1548575141
parent1994aa38771c4665254c4fb9b068d601002879c8
x86/boot/string: Add missing function prototypes

Silence "warning: no previous prototype for ... [-Wmissing-prototypes]"
warnings from string.h when building under W=1.

 [ bp: Clarify commit message. ]

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20211119175325.3668419-1-keescook@chromium.org
arch/x86/boot/string.h