From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH 1/8] macb: unify at91 and avr32 platform data Date: Thu, 10 Mar 2011 14:06:04 +0100 Message-ID: <4D78CCBC.2010807@atmel.com> References: <1299751843-9743-1-git-send-email-jamie@jamieiles.com> <1299751843-9743-2-git-send-email-jamie@jamieiles.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org To: Jamie Iles Return-path: In-Reply-To: <1299751843-9743-2-git-send-email-jamie@jamieiles.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: netdev.vger.kernel.org On 3/10/2011 11:10 AM, Jamie Iles : > --- a/drivers/net/macb.c > +++ b/drivers/net/macb.c > @@ -18,12 +18,10 @@ > #include > #include > #include > +#include > #include > #include > > -#include > -#include I did not bouble check but do we need no more cpu_is_ macros? > - > #include "macb.h" > > #define RX_BUFFER_SIZE 128 -- Nicolas Ferre