x86, boot: Fix warning due to undeclared strlen()
authorFred Chen <fchen@linux.vnet.ibm.com>
Tue, 13 Aug 2013 18:13:00 +0000 (11:13 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 13 Aug 2013 18:27:39 +0000 (11:27 -0700)
commit062fe8fe511e7f771ef1dc824eaf996ba50a694b
tree2e5ed833097cb1c10ef67b8307fe5fa375285cf2
parentd4e4ab86bcba5a72779c43dc1459f71fea3d89c8
x86, boot: Fix warning due to undeclared strlen()

Below is a patch that fixes sparse error
"arch/x86/boot/string.c:119:8: warning: symbol 'strlen' was not
declared." by declaring it in arch/x86/boot/boot.h.

Signed-off-by: Fred Chen <fchen@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/1376417580-11554-1-git-send-email-fchen@linux.vnet.ibm.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/boot/boot.h