From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 4D2CCDDE2F for ; Sat, 18 Aug 2007 04:33:55 +1000 (EST) In-Reply-To: <20070818021917.142f0c45.sfr@canb.auug.org.au> References: <20070818015542.b8e2df67.sfr@canb.auug.org.au> <6E87D0B2-29EB-4068-9BF0-F8373C61B256@kernel.crashing.org> <20070818021917.142f0c45.sfr@canb.auug.org.au> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH] [POWERPC] Fix 8xx compile failure Date: Fri, 17 Aug 2007 13:35:36 -0500 To: Stephen Rothwell Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 17, 2007, at 11:19 AM, Stephen Rothwell wrote: > Hi Kumar, > > On Fri, 17 Aug 2007 11:11:20 -0500 Kumar Gala > wrote: >> >> On Aug 17, 2007, at 10:55 AM, Stephen Rothwell wrote: >> >>> On Fri, 17 Aug 2007 08:24:02 -0500 (CDT) Kumar Gala >>> wrote: >>>> >>>> diff --git a/arch/powerpc/sysdev/fsl_soc.c b/arch/powerpc/sysdev/ >>>> fsl_soc.c >>>> index 727453d..f6943fc 100644 >>>> --- a/arch/powerpc/sysdev/fsl_soc.c >>>> +++ b/arch/powerpc/sysdev/fsl_soc.c >>>> @@ -36,6 +36,7 @@ >>>> #include >>>> #include >>>> #include >>>> +#include >>> >>> linux/of_platform.h should be used these days. >> >> ok fixed. > > I notice that the master branch of your tree has both includes in this > file now :-) Git's merges are not always perfect. And I had such great hopes for keeping the master branch up to date and sane... should all now be fixed. - k