Re: [PATCH V2 net-next 2/8] net: hns3: Add support of the HNAE3 framework

From: Andrew Lunn
Date: Tue Jun 13 2017 - 21:37:59 EST


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