Make net_dev_init() an __initcall
If you were looking to find where net_dev_init() is called, you wouldn't have guessed it's in drivers/block/genhd.c, would you? Nothing should break if the __initcall net_dev_init is called too late now, since register_netdevice() will call it for us in that case.
Showing
Please register or sign in to comment