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-
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
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 +
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