]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/net/ethernet/8390/lib8390.c
Merge branch 'pm-tools'
[mirror_ubuntu-artful-kernel.git] / drivers / net / ethernet / 8390 / lib8390.c
index 599311f0e05c18eccad98511b3d7d73737dbd1d5..b96e8852b2d195109b92ff6dd41a2b04a02d5389 100644 (file)
@@ -986,7 +986,7 @@ static void ethdev_setup(struct net_device *dev)
 static struct net_device *____alloc_ei_netdev(int size)
 {
        return alloc_netdev(sizeof(struct ei_device) + size, "eth%d",
-                               ethdev_setup);
+                           NET_NAME_UNKNOWN, ethdev_setup);
 }