From: Vivek Goyal Date: Fri, 25 Apr 2014 17:46:12 +0000 (-0400) Subject: x86, boot: Remove misc.h inclusion from compressed/string.c X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9a17104a112a67a7bf0679b734704c130eb5faa;p=pandora-kernel.git x86, boot: Remove misc.h inclusion from compressed/string.c Given the fact that we removed inclusion of boot.h from boot/string.c does not look like we need misc.h inclusion in compressed/string.c. So remove it. misc.h was also pulling in string_32.h which in turn had macros for memcmp and memcpy. So we don't need to #undef memcmp and memcpy anymore. Signed-off-by: Vivek Goyal Link: http://lkml.kernel.org/r/1398447972-27896-3-git-send-email-vgoyal@redhat.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed