Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760539AbZCMRHq (ORCPT ); Fri, 13 Mar 2009 13:07:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759939AbZCMRBa (ORCPT ); Fri, 13 Mar 2009 13:01:30 -0400 Received: from gw.goop.org ([64.81.55.164]:57445 "EHLO abulafia.goop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759858AbZCMRB3 (ORCPT ); Fri, 13 Mar 2009 13:01:29 -0400 From: Jeremy Fitzhardinge To: "H. Peter Anvin" Cc: the arch/x86 maintainers , Linux Kernel Mailing List , Xen-devel , David Airlie , Mark McLoughlin Subject: [PATCH 24/27] xen mtrr: Kill some unneccessary includes Date: Fri, 13 Mar 2009 10:00:09 -0700 Message-Id: <1236963612-14287-25-git-send-email-jeremy@goop.org> X-Mailer: git-send-email 1.6.0.6 In-Reply-To: <1236963612-14287-1-git-send-email-jeremy@goop.org> References: <1236963612-14287-1-git-send-email-jeremy@goop.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 948 Lines: 34 From: Mark McLoughlin Signed-off-by: Mark McLoughlin --- arch/x86/kernel/cpu/mtrr/xen.c | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/arch/x86/kernel/cpu/mtrr/xen.c b/arch/x86/kernel/cpu/mtrr/xen.c index 184066d..50a45db 100644 --- a/arch/x86/kernel/cpu/mtrr/xen.c +++ b/arch/x86/kernel/cpu/mtrr/xen.c @@ -1,12 +1,6 @@ #include -#include -#include -#include -#include -#include -#include - -#include +#include + #include "mtrr.h" #include -- 1.6.0.6 -- 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/