[tip:x86/boot] x86/boot: Remove unnecessary #include

2017-10-11 Thread tip-bot for Masahiro Yamada
Commit-ID:  dc0fdf7d2bf9e7efdc690b8a594e39de5b3a993b
Gitweb: https://git.kernel.org/tip/dc0fdf7d2bf9e7efdc690b8a594e39de5b3a993b
Author: Masahiro Yamada 
AuthorDate: Thu, 21 Sep 2017 00:27:12 +0900
Committer:  Ingo Molnar 
CommitDate: Wed, 11 Oct 2017 16:46:23 +0200

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.masah...@socionext.com
Signed-off-by: Ingo Molnar 
---
 arch/x86/boot/header.S | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
index 1bb08ec..16c516b 100644
--- a/arch/x86/boot/header.S
+++ b/arch/x86/boot/header.S
@@ -16,7 +16,6 @@
  */
 
 #include 
-#include 
 #include 
 #include 
 #include 


[tip:x86/boot] x86/boot: Remove unnecessary #include

2017-10-11 Thread tip-bot for Masahiro Yamada
Commit-ID:  dc0fdf7d2bf9e7efdc690b8a594e39de5b3a993b
Gitweb: https://git.kernel.org/tip/dc0fdf7d2bf9e7efdc690b8a594e39de5b3a993b
Author: Masahiro Yamada 
AuthorDate: Thu, 21 Sep 2017 00:27:12 +0900
Committer:  Ingo Molnar 
CommitDate: Wed, 11 Oct 2017 16:46:23 +0200

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.masah...@socionext.com
Signed-off-by: Ingo Molnar 
---
 arch/x86/boot/header.S | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
index 1bb08ec..16c516b 100644
--- a/arch/x86/boot/header.S
+++ b/arch/x86/boot/header.S
@@ -16,7 +16,6 @@
  */
 
 #include 
-#include 
 #include 
 #include 
 #include