]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bonding/rte_eth_bond_pmd.c
drivers: remove static driver names
[dpdk.git] / drivers / net / bonding / rte_eth_bond_pmd.c
index c3737467f735b55bbdb59afcedeb1077fb4a768e..0361be3eec6cac3f6bfad4d8958c6c1ee31cc077 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,