From c4c4a0c057fbfb495bb91a632cb43b21f4cc9bc8 Mon Sep 17 00:00:00 2001
From: Thomas Monjalon <thomas@monjalon.net>
Date: Mon, 28 May 2018 00:24:07 +0200
Subject: [PATCH] bus/fslmc: fix export of unknown symbol

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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/bus/fslmc/rte_bus_fslmc_version.map b/drivers/bus/fslmc/rte_bus_fslmc_version.map
index d43371458d..fe45a1136e 100644
--- a/drivers/bus/fslmc/rte_bus_fslmc_version.map
+++ b/drivers/bus/fslmc/rte_bus_fslmc_version.map
@@ -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;
-- 
2.39.5