On Wed, Jun 14, 2017 at 12:10:29AM +0100, Salil Mehta wrote: > +static int __init hnae3_init(void) > +{ > + return 0; > +} > +
.. > +subsys_initcall(hnae3_init); And the point of this is? Andrew
On Wed, Jun 14, 2017 at 12:10:29AM +0100, Salil Mehta wrote: > +static int __init hnae3_init(void) > +{ > + return 0; > +} > +
.. > +subsys_initcall(hnae3_init); And the point of this is? Andrew