eal: remove unused PMD types
[dpdk.git] / drivers / net / bonding / rte_eth_bond_pmd.c
index e19fc5e..9202481 100644 (file)
@@ -2509,9 +2509,6 @@ bond_ethdev_configure(struct rte_eth_dev *dev)
 }
 
 static struct rte_vdev_driver bond_drv = {
-       .driver = {
-               .type = PMD_VDEV,
-       },
        .init = bond_init,
        .uninit = bond_uninit,
 };