eal: remove unused PMD types
[dpdk.git] / drivers / net / pcap / rte_eth_pcap.c
index 8c7f6eb..29cc54b 100644 (file)
@@ -1084,9 +1084,6 @@ rte_pmd_pcap_devuninit(const char *name)
 }
 
 static struct rte_vdev_driver pmd_pcap_drv = {
-       .driver = {
-               .type = PMD_VDEV,
-       },
        .init = rte_pmd_pcap_devinit,
        .uninit = rte_pmd_pcap_devuninit,
 };