From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751908Ab1HBW3J (ORCPT ); Tue, 2 Aug 2011 18:29:09 -0400 Received: from hera.kernel.org ([140.211.167.34]:58790 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751266Ab1HBW3D (ORCPT ); Tue, 2 Aug 2011 18:29:03 -0400 Date: Tue, 2 Aug 2011 22:28:53 GMT From: tip-bot for Jesper Juhl Message-ID: Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com, jj@chaosbits.net, tglx@linutronix.de, hpa@linux.intel.com Reply-To: mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org, jj@chaosbits.net, tglx@linutronix.de, hpa@linux.intel.com In-Reply-To: References: To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/cleanups] x86, cleanup: Remove unneeded version.h include from arch/x86/ Git-Commit-ID: 7c36ce3aaea4a4fe81436c1caf6fbc0a703f70f9 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (hera.kernel.org [127.0.0.1]); Tue, 02 Aug 2011 22:28:53 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 7c36ce3aaea4a4fe81436c1caf6fbc0a703f70f9 Gitweb: http://git.kernel.org/tip/7c36ce3aaea4a4fe81436c1caf6fbc0a703f70f9 Author: Jesper Juhl AuthorDate: Mon, 1 Aug 2011 23:07:51 +0200 Committer: H. Peter Anvin CommitDate: Tue, 2 Aug 2011 11:18:39 -0700 x86, cleanup: Remove unneeded version.h include from arch/x86/ It was pointed out by 'make versioncheck' that the include of linux/version.h is not needed in arch/x86/mm/mmio-mod.c . This patch removes it. Signed-off-by: Jesper Juhl Link: http://lkml.kernel.org/r/alpine.LNX.2.00.1108012305570.31999@swampdragon.chaosbits.net Signed-off-by: H. Peter Anvin --- arch/x86/mm/mmio-mod.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/x86/mm/mmio-mod.c b/arch/x86/mm/mmio-mod.c index 3adff7d..c83c3d0 100644 --- a/arch/x86/mm/mmio-mod.c +++ b/arch/x86/mm/mmio-mod.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include