From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [powerpc] Compile fixes for arch/powerpc dcr code From: Benjamin Herrenschmidt To: David Gibson In-Reply-To: <20070206004828.GC20123@localhost.localdomain> References: <20070206004828.GC20123@localhost.localdomain> Content-Type: text/plain Date: Tue, 06 Feb 2007 11:54:23 +1100 Message-Id: <1170723263.2620.187.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2007-02-06 at 11:48 +1100, David Gibson wrote: > Paulus, please apply. > > The new dcr code does not currently compile when configured for native > DCR access on ARCH=powerpc. This patch fixes the problems. > > Signed-off-by: David Gibson Acked-by: Benjamin Herrenschmidt > > Index: working-2.6/arch/powerpc/kernel/ppc_ksyms.c > =================================================================== > --- working-2.6.orig/arch/powerpc/kernel/ppc_ksyms.c 2007-01-24 12:01:17.000000000 +1100 > +++ working-2.6/arch/powerpc/kernel/ppc_ksyms.c 2007-02-06 11:34:54.000000000 +1100 > @@ -44,6 +44,7 @@ > #include > #include > #include > +#include > > #ifdef CONFIG_8xx > #include > Index: working-2.6/include/asm-powerpc/dcr.h > =================================================================== > --- working-2.6.orig/include/asm-powerpc/dcr.h 2007-01-24 12:01:20.000000000 +1100 > +++ working-2.6/include/asm-powerpc/dcr.h 2007-02-06 11:34:54.000000000 +1100 > @@ -33,6 +33,7 @@ > * base from the device-tree > */ > #ifdef CONFIG_PPC_MERGE > +struct device_node; > extern unsigned int dcr_resource_start(struct device_node *np, > unsigned int index); > extern unsigned int dcr_resource_len(struct device_node *np, > Index: working-2.6/include/asm-ppc/reg_booke.h > =================================================================== > --- working-2.6.orig/include/asm-ppc/reg_booke.h 2007-01-24 12:01:20.000000000 +1100 > +++ working-2.6/include/asm-ppc/reg_booke.h 2007-02-06 11:34:54.000000000 +1100 > @@ -9,8 +9,6 @@ > #ifndef __ASM_PPC_REG_BOOKE_H__ > #define __ASM_PPC_REG_BOOKE_H__ > > -#include > - > #ifndef __ASSEMBLY__ > /* Performance Monitor Registers */ > #define mfpmr(rn) ({unsigned int rval; \ > Index: working-2.6/arch/ppc/kernel/ppc_ksyms.c > =================================================================== > --- working-2.6.orig/arch/ppc/kernel/ppc_ksyms.c 2007-02-06 11:38:28.000000000 +1100 > +++ working-2.6/arch/ppc/kernel/ppc_ksyms.c 2007-02-06 11:38:39.000000000 +1100 > @@ -43,6 +43,7 @@ > #include > #include > #include > +#include > > #ifdef CONFIG_8xx > #include > Index: working-2.6/include/asm-ppc/ibm4xx.h > =================================================================== > --- working-2.6.orig/include/asm-ppc/ibm4xx.h 2007-02-06 11:39:13.000000000 +1100 > +++ working-2.6/include/asm-ppc/ibm4xx.h 2007-02-06 11:39:27.000000000 +1100 > @@ -15,6 +15,7 @@ > #define __ASM_IBM4XX_H__ > > #include > +#include > > #ifdef CONFIG_40x > > >