Re: [PATCH 1/3] of platforms: Move common static initialization to of_node_init()

2010-02-09 Thread Grant Likely
On Fri, Feb 5, 2010 at 1:50 PM, Anton Vorontsov wrote: > So far of_node_init() just initializes a kref, later we'll have to > initialize other fields (for example node->data_lock). > > Signed-off-by: Anton Vorontsov > --- >  arch/microblaze/kernel/prom.c             |    4 ++-- >  arch/powerpc/ke

[PATCH 1/3] of platforms: Move common static initialization to of_node_init()

2010-02-05 Thread Anton Vorontsov
So far of_node_init() just initializes a kref, later we'll have to initialize other fields (for example node->data_lock). Signed-off-by: Anton Vorontsov --- arch/microblaze/kernel/prom.c |4 ++-- arch/powerpc/kernel/prom.c|4 ++-- arch/powerpc/platforms/iserie