Re: [PATCH v2 2/2] MPC8641 HPCN: call of_platform_bus_probe()

2008-01-22 Thread Kumar Gala
On Jan 22, 2008, at 5:28 PM, Stephen Rothwell wrote: > On Tue, 22 Jan 2008 13:17:45 -0700 Wade Farnsworth <[EMAIL PROTECTED] > > wrote: >> >> +static struct of_device_id of_bus_ids[] = { > > You forgot the __initdata. I've fixed it. - k ___ Linuxppc-

Re: [PATCH v2 2/2] MPC8641 HPCN: call of_platform_bus_probe()

2008-01-22 Thread Stephen Rothwell
On Tue, 22 Jan 2008 13:17:45 -0700 Wade Farnsworth <[EMAIL PROTECTED]> wrote: > > +static struct of_device_id of_bus_ids[] = { You forgot the __initdata. -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/ pgpdMHQWtQtfS.pgp Description: PGP signat

Re: [PATCH v2 2/2] MPC8641 HPCN: call of_platform_bus_probe()

2008-01-22 Thread Kumar Gala
On Tue, 22 Jan 2008, Wade Farnsworth wrote: > Call of_platform_bus_probe() on the MPC8641 HPCN, similar to what is > done for other platforms. > > Signed-off-by: Wade Farnsworth <[EMAIL PROTECTED]> > > --- > Updated per Kumar's comments. > > arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 14 +

[PATCH v2 2/2] MPC8641 HPCN: call of_platform_bus_probe()

2008-01-22 Thread Wade Farnsworth
Call of_platform_bus_probe() on the MPC8641 HPCN, similar to what is done for other platforms. Signed-off-by: Wade Farnsworth <[EMAIL PROTECTED]> --- Updated per Kumar's comments. arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/ar