Re: [PATCH] [POWERPC] Move RapidIO support code from arch/ppc

2008-01-23 Thread Kumar Gala
On Jan 23, 2008, at 4:40 PM, Stephen Rothwell wrote: > Hi Kumar, > > On Wed, 23 Jan 2008 06:38:29 -0600 (CST) Kumar Gala <[EMAIL PROTECTED] > > wrote: >> >> +++ b/arch/ppc/platforms/85xx/mpc85xx_ads_common.c >> @@ -190,6 +188,7 @@ mpc85xx_exclude_device(u_char bus, u_char devfn) >> #endif /* CON

Re: [PATCH] [POWERPC] Move RapidIO support code from arch/ppc

2008-01-23 Thread Stephen Rothwell
Hi Kumar, On Wed, 23 Jan 2008 06:38:29 -0600 (CST) Kumar Gala <[EMAIL PROTECTED]> wrote: > > +++ b/arch/ppc/platforms/85xx/mpc85xx_ads_common.c > @@ -190,6 +188,7 @@ mpc85xx_exclude_device(u_char bus, u_char devfn) > #endif /* CONFIG_PCI */ > > #ifdef CONFIG_RAPIDIO > +extern void mpc85xx_rio_s

[PATCH] [POWERPC] Move RapidIO support code from arch/ppc

2008-01-23 Thread Kumar Gala
Do just enough to move the RapidIO support code for 85xx over from arch/ppc into arch/powerpc and make it still build. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- arch/powerpc/kernel/Makefile |1 + arch/{ppc => powerpc}/kernel/rio.c |0 arch/pow