Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753058AbZAFFog (ORCPT ); Tue, 6 Jan 2009 00:44:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750970AbZAFFo0 (ORCPT ); Tue, 6 Jan 2009 00:44:26 -0500 Received: from wa-out-1112.google.com ([209.85.146.177]:1159 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750848AbZAFFo0 (ORCPT ); Tue, 6 Jan 2009 00:44:26 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=MSSFv+TizGeFOQbdMM4C7z1fade2HElLKeb3anlqWlj8zG53dtR7AIibP1d81j5bNn lLUeT/45afbzjZoEMxUV5te+AiCx1RuSnxu2EO4mFPg7vIo0xsz16dk6zErcZPjrt1RA KcbPQUqnMC8Rc58D6LjdgQ6kjs7hk84gr/Z+0= Message-ID: <3f9a31f40901052144k7af9966fx905e438f8b55744e@mail.gmail.com> Date: Tue, 6 Jan 2009 11:14:25 +0530 From: "Jaswinder Singh Rajput" To: "Huang Weiyi" Subject: Re: x86: remove duplicated #include's Cc: mingo@elte.hu, linux-kernel@vger.kernel.org In-Reply-To: <20090106065718.52C8.WEIYI.HUANG@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20090106065718.52C8.WEIYI.HUANG@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1192 Lines: 41 On Tue, Jan 6, 2009 at 4:28 AM, Huang Weiyi wrote: > Removed duplicated #include's in > arch/x86/kernel/mpparse.c > arch/x86/kernel/nmi.c > > Signed-off-by: Huang Weiyi > > diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c > index c5c5b8d..76ee713 100644 > --- a/arch/x86/kernel/mpparse.c > +++ b/arch/x86/kernel/mpparse.c > @@ -17,7 +17,6 @@ > #include > #include > #include > -#include > > #include > #include > diff --git a/arch/x86/kernel/nmi.c b/arch/x86/kernel/nmi.c > index 45a09cc..7228979 100644 > --- a/arch/x86/kernel/nmi.c > +++ b/arch/x86/kernel/nmi.c > @@ -26,7 +26,6 @@ > #include > #include > #include > -#include > > #include > #include > Thanks Huang Weiyi. -- JSR -- 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/