pci: inherit common driver in PCI driver
[dpdk.git] / drivers / net / ena / ena_ethdev.c
index 85c5086..6efd801 100644 (file)
@@ -1686,7 +1686,6 @@ static uint16_t eth_ena_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts,
 
 static struct eth_driver rte_ena_pmd = {
        .pci_drv = {
-               .name = "rte_ena_pmd",
                .id_table = pci_id_ena_map,
                .drv_flags = RTE_PCI_DRV_NEED_MAPPING,
                .probe = rte_eth_dev_pci_probe,