From: tip-bot for Masahiro Yamada <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: hpa@zytor.com, linux-kernel@vger.kernel.org,
yamada.masahiro@socionext.com, mingo@kernel.org,
peterz@infradead.org, tglx@linutronix.de,
torvalds@linux-foundation.org
Subject: [tip:x86/boot] x86/boot: Remove unnecessary #include <generated/utsrelease.h>
Date: Wed, 11 Oct 2017 08:25:42 -0700 [thread overview]
Message-ID: <tip-dc0fdf7d2bf9e7efdc690b8a594e39de5b3a993b@git.kernel.org> (raw)
In-Reply-To: <1505921232-8960-1-git-send-email-yamada.masahiro@socionext.com>
Commit-ID: dc0fdf7d2bf9e7efdc690b8a594e39de5b3a993b
Gitweb: https://git.kernel.org/tip/dc0fdf7d2bf9e7efdc690b8a594e39de5b3a993b
Author: Masahiro Yamada <yamada.masahiro@socionext.com>
AuthorDate: Thu, 21 Sep 2017 00:27:12 +0900
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Wed, 11 Oct 2017 16:46:23 +0200
x86/boot: Remove unnecessary #include <generated/utsrelease.h>
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>
---
| 1 -
1 file changed, 1 deletion(-)
--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 <asm/segment.h>
-#include <generated/utsrelease.h>
#include <asm/boot.h>
#include <asm/page_types.h>
#include <asm/setup.h>
prev parent reply other threads:[~2017-10-11 15:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-20 15:27 [PATCH] x86/boot: remove bogus #include <generated/utsrelease.h> Masahiro Yamada
2017-10-11 13:00 ` Masahiro Yamada
2017-10-11 15:25 ` tip-bot for Masahiro Yamada [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-dc0fdf7d2bf9e7efdc690b8a594e39de5b3a993b@git.kernel.org \
--to=tipbot@zytor.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
--cc=yamada.masahiro@socionext.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).