From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756951AbdJKPaC (ORCPT ); Wed, 11 Oct 2017 11:30:02 -0400 Received: from terminus.zytor.com ([65.50.211.136]:54379 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753520AbdJKPaA (ORCPT ); Wed, 11 Oct 2017 11:30:00 -0400 Date: Wed, 11 Oct 2017 08:25:42 -0700 From: tip-bot for Masahiro Yamada Message-ID: 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 Reply-To: hpa@zytor.com, torvalds@linux-foundation.org, tglx@linutronix.de, mingo@kernel.org, peterz@infradead.org, yamada.masahiro@socionext.com, linux-kernel@vger.kernel.org In-Reply-To: <1505921232-8960-1-git-send-email-yamada.masahiro@socionext.com> References: <1505921232-8960-1-git-send-email-yamada.masahiro@socionext.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/boot] x86/boot: Remove unnecessary #include Git-Commit-ID: dc0fdf7d2bf9e7efdc690b8a594e39de5b3a993b X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.masahiro@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