Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756041AbbGFPt5 (ORCPT ); Mon, 6 Jul 2015 11:49:57 -0400 Received: from terminus.zytor.com ([198.137.202.10]:49714 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754407AbbGFPty (ORCPT ); Mon, 6 Jul 2015 11:49:54 -0400 Date: Mon, 6 Jul 2015 08:49:03 -0700 From: tip-bot for Brian Gerst Message-ID: Cc: luto@amacapital.net, linux-kernel@vger.kernel.org, hpa@zytor.com, brgerst@gmail.com, tglx@linutronix.de, dvlasenk@redhat.com, bp@alien8.de, torvalds@linux-foundation.org, peterz@infradead.org, mingo@kernel.org Reply-To: luto@amacapital.net, linux-kernel@vger.kernel.org, hpa@zytor.com, tglx@linutronix.de, dvlasenk@redhat.com, brgerst@gmail.com, peterz@infradead.org, torvalds@linux-foundation.org, mingo@kernel.org, bp@alien8.de In-Reply-To: <1434974121-32575-10-git-send-email-brgerst@gmail.com> References: <1434974121-32575-10-git-send-email-brgerst@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/asm] x86/compat: Remove unneeded #include Git-Commit-ID: 5e2aad2460bd38d0777052486893b32902efcdcd 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 Content-Length: 1505 Lines: 42 Commit-ID: 5e2aad2460bd38d0777052486893b32902efcdcd Gitweb: http://git.kernel.org/tip/5e2aad2460bd38d0777052486893b32902efcdcd Author: Brian Gerst AuthorDate: Mon, 22 Jun 2015 07:55:18 -0400 Committer: Ingo Molnar CommitDate: Mon, 6 Jul 2015 15:28:57 +0200 x86/compat: Remove unneeded #include Including sys_ia32.h is not needed in signal.c. Signed-off-by: Brian Gerst Cc: Andy Lutomirski Cc: Borislav Petkov Cc: Denys Vlasenko Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1434974121-32575-10-git-send-email-brgerst@gmail.com Signed-off-by: Ingo Molnar --- arch/x86/kernel/signal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c index 206996c..6c22aad 100644 --- a/arch/x86/kernel/signal.c +++ b/arch/x86/kernel/signal.c @@ -35,7 +35,6 @@ #ifdef CONFIG_X86_64 #include #include -#include #endif /* CONFIG_X86_64 */ #include -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/