From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [66.187.233.31]) by ozlabs.org (Postfix) with ESMTP id 97EE4DDEE0 for ; Sun, 22 Jul 2007 02:51:33 +1000 (EST) Message-ID: <46A23952.6060207@redhat.com> Date: Sat, 21 Jul 2007 12:50:26 -0400 From: Chris Snook MIME-Version: 1.0 To: Jesper Juhl Subject: Re: [PATCH][12/37] Clean up duplicate includes in drivers/net/ References: <200707211702.46375.jesper.juhl@gmail.com> <46A236FC.2080300@redhat.com> <9a8748490707210948k468f8f32k718d84279aa56ce9@mail.gmail.com> In-Reply-To: <9a8748490707210948k468f8f32k718d84279aa56ce9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: info@netxen.com, Luke Yang , Judy Fischbach , Patrick McHardy , bonding-devel@lists.sourceforge.net, Bryan Wu , kong.lai@tundra.com, Jay Vosburgh , James Morris , linuxppc-embedded@ozlabs.org, Alexey Kuznetsov , Alex V Lasso , Ulrich Kunitz , Chad Tindel , Amit S Kale , Jay Cliburn , Samuel Ortiz , Daniel Drake , Brian Pugh , viro@ftp.linux.org.uk, alexandre.bounine@tundra.com, Pantelis Antoniou , netdev@vger.kernel.org, linux-wireless@vger.kernel.org, Linux Kernel Mailing List , Ralf Baechle , Vitaly Bordug , Lukasz Stelmach , Ron Mercer , atl1-devel@lists.sourceforge.net, Andrew Morton , "David S. Miller" , James P Ketrenos List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jesper Juhl wrote: > On 21/07/07, Chris Snook wrote: >> Jesper Juhl wrote: >> > Hi, >> > >> > This patch cleans up duplicate includes in >> > drivers/net/ >> > >> > >> > Signed-off-by: Jesper Juhl >> > --- >> > >> > diff --git a/drivers/net/atl1/atl1_main.c >> b/drivers/net/atl1/atl1_main.c >> > index fd1e156..4a18b88 100644 >> > --- a/drivers/net/atl1/atl1_main.c >> > +++ b/drivers/net/atl1/atl1_main.c >> > @@ -75,7 +75,6 @@ >> > #include >> > #include >> > #include >> > -#include >> > #include >> > >> > #include >> >> Define "duplicate". I ask because this patch just got posted a few >> days ago: >> > > duplicate == present more than once in the same source file. > Did you try looking at the includes in the source file the patch modifies? Nope! Mea Culpa. -- Chris