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 03FEADDE9A for ; Sat, 18 Aug 2007 02:09:40 +1000 (EST) In-Reply-To: <20070818015542.b8e2df67.sfr@canb.auug.org.au> References: <20070818015542.b8e2df67.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: <6E87D0B2-29EB-4068-9BF0-F8373C61B256@kernel.crashing.org> From: Kumar Gala Subject: Re: [PATCH] [POWERPC] Fix 8xx compile failure Date: Fri, 17 Aug 2007 11:11:20 -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 10:55 AM, Stephen Rothwell wrote: > Hi Kumar, > > 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. - k