[PATCH 2/8] make OF node fixup code usable at runtime
    Nathan Lynch 
    ntl at pobox.com
       
    Fri Mar 11 12:30:47 EST 2005
    
    
  
On Thu, Mar 10, 2005 at 01:41:38PM -0600, Joel Schopp wrote:
> Nathan Lynch wrote:
> 
> >-static int of_finish_dynamic_node(struct device_node *node)
> >+static int of_finish_dynamic_node(struct device_node *node,
> >+				  unsigned long *unused1, int unused2,
> >+				  int unused3, int unused4)
> > {
> 
> 
> Is there a reason for these 4 unused fields that I am just missing?
> 
In order for it to be correctly used as an argument to finish_node,
of_finish_dynamic_node needs to have a definition compatible with the
interpret_func typedef.
Nathan
    
    
More information about the Linuxppc64-dev
mailing list