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:30:15 +0000 (09:30 -0700)
commitaff24165ba49f42332012661a6b2c040f2404c60
tree9849ee4d8a6ef025e79e27e01db5ed28d25df5f5
parent80334372c59660b41e7526070fef5261fad4c28c
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