• Kai Germaschewski's avatar
    Make net_dev_init() an __initcall · c7165d9a
    Kai Germaschewski authored
    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.
    c7165d9a
genhd.c 4.25 KB