Re: [PATCH] powerpc: Fix build of 4xx simple platforms without CONFIG_PCI

2008-12-10 Thread Michael Ellerman
On Wed, 2008-12-10 at 09:25 -0500, Josh Boyer wrote: > On Mon, 08 Dec 2008 16:38:14 +1100 > Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > > > --- linux-work.orig/arch/powerpc/platforms/40x/ppc40x_simple.c > > > > 2008-12-08 15:51:49.0 +1100 > > > > +++ linux-work/arch/powerpc/plat

Re: [PATCH] powerpc: Fix build of 4xx simple platforms without CONFIG_PCI

2008-12-10 Thread Josh Boyer
On Wed, 10 Dec 2008 09:25:08 -0500 Josh Boyer <[EMAIL PROTECTED]> wrote: > On Mon, 08 Dec 2008 16:38:14 +1100 > Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > > > > > > --- linux-work.orig/arch/powerpc/platforms/40x/ppc40x_simple.c > > > > 2008-12-08 15:51:49.0 +1100 > > > > +++

Re: [PATCH] powerpc: Fix build of 4xx simple platforms without CONFIG_PCI

2008-12-10 Thread Josh Boyer
On Mon, 08 Dec 2008 16:38:14 +1100 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > > > --- linux-work.orig/arch/powerpc/platforms/40x/ppc40x_simple.c > > > 2008-12-08 15:51:49.0 +1100 > > > +++ linux-work/arch/powerpc/platforms/40x/ppc40x_simple.c 2008-12-08 > > > 15:51:52.

Re: [PATCH] powerpc: Fix build of 4xx simple platforms without CONFIG_PCI

2008-12-07 Thread Benjamin Herrenschmidt
> > --- linux-work.orig/arch/powerpc/platforms/40x/ppc40x_simple.c > > 2008-12-08 15:51:49.0 +1100 > > +++ linux-work/arch/powerpc/platforms/40x/ppc40x_simple.c 2008-12-08 > > 15:51:52.0 +1100 > > @@ -61,7 +61,9 @@ static int __init ppc40x_probe(void) > > > > for (i

Re: [PATCH] powerpc: Fix build of 4xx simple platforms without CONFIG_PCI

2008-12-07 Thread Michael Ellerman
On Mon, 2008-12-08 at 15:53 +1100, Benjamin Herrenschmidt wrote: > The global ppc_pci_flags is not defined when CONFIG_PCI is not > set, causing a link error > > Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > --- > > arch/powerpc/platforms/40x/ppc40x_simple.c |2 ++ > arch/power