• Christoph Hellwig's avatar
    [NET]: Kill drivers/net/net_init.c · d489b794
    Christoph Hellwig authored
    After the last patch only three routines are left in this file, but all
    of the fir into net/core/dev.c much better:
    
     - {un,}register_netdev are just wrappers around {un,}register_netdevice
       from dev.c
     - alloc_netdev's counterpart, free_netdev is in dev.c aswell.
    
    So move over the remaining contents and add some kerneldoc comments
    describing the functions.
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    d489b794
Makefile 6.05 KB