x86/boot: Add missing declaration of string functions
authorNicholas Mc Guire <hofrat@osadl.org>
Sat, 7 Jan 2017 09:38:31 +0000 (10:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Aug 2017 16:08:57 +0000 (09:08 -0700)
commitdb01878ca5dd13ad51ff776309a6b75fd5867764
tree4bc3d587b5e5397a589cfd63e9fbd7e7b6925fd5
parent032422cca86dcc9c831bd161a33759679275934c
x86/boot: Add missing declaration of string functions

[ Upstream commit fac69d0efad08fc15e4dbfc116830782acc0dc9a ]

Add the missing declarations of basic string functions to string.h to allow
a clean build.

Fixes: 5be865661516 ("String-handling functions for the new x86 setup code.")
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Link: http://lkml.kernel.org/r/1483781911-21399-1-git-send-email-hofrat@osadl.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/boot/string.c
arch/x86/boot/string.h