From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nospam3.slac.stanford.edu (nospam3.slac.stanford.edu [134.79.18.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5FBA4DDEDC for ; Sat, 17 May 2008 02:01:11 +1000 (EST) Subject: Re: [PATCH 3/5] powerpc: C2K board driver From: Remi Machet To: Stephen Rothwell In-Reply-To: <20080516144645.490114f6.sfr@canb.auug.org.au> References: <1210897468.13992.16.camel@pcds-ts102.slac.stanford.edu> <20080516144645.490114f6.sfr@canb.auug.org.au> Content-Type: text/plain Date: Fri, 16 May 2008 09:01:32 -0700 Message-Id: <1210953692.13992.28.camel@pcds-ts102.slac.stanford.edu> Mime-Version: 1.0 Cc: Linux PPC , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2008-05-16 at 14:46 +1000, Stephen Rothwell wrote: > Hi Remi, > > On Thu, 15 May 2008 17:24:28 -0700 Remi Machet wrote: > > > > +#include > > +#include > > +#include > > +#include > > +#include > > + > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > Normally we don'y mix linux/ and asm/ includes (put all the linux ones at > the top). > > You need to include because you use the device tree accessor > functions. > Sorry, I made the mistake when correcting a few checkpatch.pl warnings. I will fix that and re-submit. Thanks, Remi