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)
commitbc7aaf52f963674690510e6c1f3710cd0394b25e
tree29796af9e857ed5c815b11f5c3a78f1548575141
parent20735d24adfe73c62f9482ae5b4f29cc5e00bbe8
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