bus/fslmc: fix export of unknown symbol
authorThomas Monjalon <thomas@monjalon.net>
Sun, 27 May 2018 22:24:07 +0000 (00:24 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 28 May 2018 01:23:16 +0000 (03:23 +0200)
The function dpdmai_set_tx_queue() is not implemented,
so it is removed from the export map file.

Fixes: 23e8fcb0186c ("bus/fslmc: support MC DPDMAI object")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
drivers/bus/fslmc/rte_bus_fslmc_version.map

index d433714..fe45a11 100644 (file)
@@ -113,7 +113,6 @@ DPDK_18.05 {
        dpdmai_get_tx_queue;
        dpdmai_open;
        dpdmai_set_rx_queue;
-       dpdmai_set_tx_queue;
        rte_dpaa2_free_dpci_dev;
 
 } DPDK_18.02;