From: Fred Chen Date: Tue, 13 Aug 2013 18:13:00 +0000 (-0700) Subject: x86, boot: Fix warning due to undeclared strlen() X-Git-Tag: v3.12-rc1~162^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062fe8fe511e7f771ef1dc824eaf996ba50a694b;p=pandora-kernel.git 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 Link: http://lkml.kernel.org/r/1376417580-11554-1-git-send-email-fchen@linux.vnet.ibm.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed