]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/virtio/virtio_ethdev.c
drivers: rename register macro prefix
[dpdk.git] / drivers / net / virtio / virtio_ethdev.c
index e6cd671e9b22dd770e566fbad9b475ed46d108f2..97438f96f206473329f2c0357e682b78edc957b9 100644 (file)
@@ -1639,5 +1639,5 @@ __rte_unused uint8_t is_rx)
        return 0;
 }
 
-DRIVER_EXPORT_NAME(net_virtio, __COUNTER__);
-DRIVER_REGISTER_PCI_TABLE(net_virtio, pci_id_virtio_map);
+RTE_PMD_EXPORT_NAME(net_virtio, __COUNTER__);
+RTE_PMD_REGISTER_PCI_TABLE(net_virtio, pci_id_virtio_map);