]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_ethdev.c
drivers: rename register macro prefix
[dpdk.git] / drivers / net / bnxt / bnxt_ethdev.c
index 791ab91a34b0a22c959a26f1dc690eb1fff01224..2a950318ca5ead0fe51c6a527de1ff97e444894a 100644 (file)
@@ -1201,5 +1201,5 @@ static struct eth_driver bnxt_rte_pmd = {
        .dev_private_size = sizeof(struct bnxt),
 };
 
-DRIVER_REGISTER_PCI(net_bnxt, bnxt_rte_pmd.pci_drv);
-DRIVER_REGISTER_PCI_TABLE(net_bnxt, bnxt_pci_id_map);
+RTE_PMD_REGISTER_PCI(net_bnxt, bnxt_rte_pmd.pci_drv);
+RTE_PMD_REGISTER_PCI_TABLE(net_bnxt, bnxt_pci_id_map);