On 11/5/07, Scott Wood <[EMAIL PROTECTED]> wrote: > > +static struct of_platform_driver mpc_i2c_driver = { > > + .owner = THIS_MODULE, > > + .name = DRV_NAME, > > + .match_table = mpc_i2c_of_match, > > + .probe = mpc_i2c_probe, > > + .remove = __devexit_p(mpc_i2c_remove), > > + .driver = { > > + .name = DRV_NAME, > > }, > > }; > > Do we still need .name if we have .driver.name?
This is a general question, if of_platform_driver doesn't need .name it should be removed from the structure. -- Jon Smirl [EMAIL PROTECTED] _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev