From: Masahiro Yamada Date: Wed, 20 Sep 2017 15:27:12 +0000 (+0900) Subject: x86/boot: Remove unnecessary #include X-Git-Tag: v4.15-rc1~156^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=dc0fdf7d2bf9e7efdc690b8a594e39de5b3a993b;p=linux-2.6-block.git x86/boot: Remove unnecessary #include The defines UTS_RELEASE, but I do not see any reference to it in arch/x86/boot/header.S. Signed-off-by: Masahiro Yamada Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1505921232-8960-1-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S index 1bb08ecffd24..16c516b53758 100644 --- a/arch/x86/boot/header.S +++ b/arch/x86/boot/header.S @@ -16,7 +16,6 @@ */ #include -#include #include #include #include