From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by ozlabs.org (Postfix) with ESMTP id 22F52DDE45 for ; Wed, 18 Jun 2008 10:55:57 +1000 (EST) Received: by py-out-1112.google.com with SMTP id z59so11450pyg.27 for ; Tue, 17 Jun 2008 17:55:56 -0700 (PDT) Message-ID: <4b73d43f0806171755u7ea8e965rbb62e74559f676c0@mail.gmail.com> Date: Tue, 17 Jun 2008 18:55:55 -0600 From: "John Rigby" To: "Stephen Rothwell" Subject: Re: [PATCH] MPC5121 FEC support In-Reply-To: <20080618103549.06110799.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16781_3510628.1213750555721" References: <1213724880-14965-1-git-send-email-jrigby@freescale.com> <20080618103549.06110799.sfr@canb.auug.org.au> Cc: Scott Wood , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ------=_Part_16781_3510628.1213750555721 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tue, Jun 17, 2008 at 6:35 PM, Stephen Rothwell wrote: > Hi John, > > You should factor out the fec_t -> struct fec change into an earlier > patch of its own. Ok, I'll separate that from the checkpatch fixes. > > > On Tue, 17 Jun 2008 11:48:00 -0600 John Rigby > wrote: > > > > +++ b/drivers/net/fs_enet/fec_mpc5121.h > > > +#include > > > Nothing in this file uses anything in asm/cpm.h, so it shouldn't be > included here. Ok. > > > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au > http://www.canb.auug.org.au/~sfr/ > > _______________________________________________ > Linuxppc-dev mailing list > Linuxppc-dev@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-dev > ------=_Part_16781_3510628.1213750555721 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

On Tue, Jun 17, 2008 at 6:35 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
Hi John,

You should factor out the fec_t -> struct fec change into an earlier
patch of its own.
Ok, I'll separate that from the checkpatch fixes.


On Tue, 17 Jun 2008 11:48:00 -0600 John Rigby <jrigby@freescale.com> wrote:
>
> +++ b/drivers/net/fs_enet/fec_mpc5121.h

> +#include <asm/cpm.h> 


Nothing in this file uses anything in asm/cpm.h, so it shouldn't be
included here.
Ok.


--
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

------=_Part_16781_3510628.1213750555721--