From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752398AbbEKHPc (ORCPT ); Mon, 11 May 2015 03:15:32 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:37325 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298AbbEKHP3 (ORCPT ); Mon, 11 May 2015 03:15:29 -0400 Date: Mon, 11 May 2015 09:15:24 +0200 From: Ingo Molnar To: Nicholas Krause Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, bp@suse.de, dave.hansen@linux.intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND] mtrr:Remove unnessary included header for the file,main.c Message-ID: <20150511071524.GA27464@gmail.com> References: <1431259382-32732-1-git-send-email-xerofoify@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431259382-32732-1-git-send-email-xerofoify@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Nicholas Krause wrote: > Removes the no longer needed include statement to include the > header file,linux/types.h due to the header file,kvm_para.h > no needing this secondary header in order to build successfully > when being included in other files. > > Signed-off-by: Nicholas Krause > --- > arch/x86/kernel/cpu/mtrr/main.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/x86/kernel/cpu/mtrr/main.c b/arch/x86/kernel/cpu/mtrr/main.c > index ea5f363..049212e 100644 > --- a/arch/x86/kernel/cpu/mtrr/main.c > +++ b/arch/x86/kernel/cpu/mtrr/main.c > @@ -33,8 +33,6 @@ > > #define DEBUG > > -#include /* FIXME: kvm_para.h needs this */ > - > #include > #include > #include Please don't bother with such churn unless you do more substantial work in this area. Thanks, Ingo