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 15:49:35 +0000 (08:49 -0700)
commitf897e9ae07c428a04cf4fae0150a3d148ed1b09a
tree40cbe08ca51491bd0654d767fa980ab7888ef076
parent1042bd47ddfbe4cbb7b91156317752fec43f2d46
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