X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmlx4%2Fmlx4.c;h=12ab7daf4c9d2aea3e6b3670a44ba986b2ea867c;hb=01f1922786a1e81672ac1ad576295ca47196bcbe;hp=1553b2e6af5b0bfb087b2fd3e59e7ff1617fcd71;hpb=b704f9071b0991209b28fbd5df4d66d08b315c17;p=dpdk.git diff --git a/drivers/net/mlx4/mlx4.c b/drivers/net/mlx4/mlx4.c index 1553b2e6af..12ab7daf4c 100644 --- a/drivers/net/mlx4/mlx4.c +++ b/drivers/net/mlx4/mlx4.c @@ -5940,5 +5940,5 @@ rte_mlx4_pmd_init(void) rte_eal_pci_register(&mlx4_driver.pci_drv); } -DRIVER_EXPORT_NAME(net_mlx4, __COUNTER__); -DRIVER_REGISTER_PCI_TABLE(net_mlx4, mlx4_pci_id_map); +RTE_PMD_EXPORT_NAME(net_mlx4, __COUNTER__); +RTE_PMD_REGISTER_PCI_TABLE(net_mlx4, mlx4_pci_id_map);