drivers: remove static driver names
[dpdk.git] / drivers / net / bonding / rte_eth_bond_pmd.c
index c373746..0361be3 100644 (file)
@@ -2509,7 +2509,6 @@ bond_ethdev_configure(struct rte_eth_dev *dev)
 }
 
 static struct rte_driver bond_drv = {
-       .name = "eth_bond",
        .type = PMD_VDEV,
        .init = bond_init,
        .uninit = bond_uninit,