x86/boot: Remove unnecessary #include <generated/utsrelease.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 20 Sep 2017 15:27:12 +0000 (00:27 +0900)
committerIngo Molnar <mingo@kernel.org>
Wed, 11 Oct 2017 14:46:23 +0000 (16:46 +0200)
The <generated/utsrelease.h> defines UTS_RELEASE, but I do not
see any reference to it in arch/x86/boot/header.S.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1505921232-8960-1-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/header.S

index 1bb08ecffd24a61e1d9bccf2094e70996f280bce..16c516b537585743751066d2fe2c08b2fea7dfe2 100644 (file)
@@ -16,7 +16,6 @@
  */
 
 #include <asm/segment.h>
-#include <generated/utsrelease.h>
 #include <asm/boot.h>
 #include <asm/page_types.h>
 #include <asm/setup.h>