From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH] pci: remove duplicated symbol from map file Date: Thu, 15 Mar 2018 16:48:54 +0000 Message-ID: <20180315164854.101533-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org, Ferruh Yigit , stable@dpdk.org To: Gaetan Rivet Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Remove duplicated symbol rte_pci_device_name from .map file. Also sort the map file to be able to detect any possible duplication easier in the future. Fixes: 0e3ef055bee5 ("pci: fix namespace prefix of new functions") Cc: stable@dpdk.org Cc: gaetan.rivet@6wind.com Signed-off-by: Ferruh Yigit --- lib/librte_pci/rte_pci_version.map | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/librte_pci/rte_pci_version.map b/lib/librte_pci/rte_pci_version.map index 15d93d95c..c0280277b 100644 --- a/lib/librte_pci/rte_pci_version.map +++ b/lib/librte_pci/rte_pci_version.map @@ -3,12 +3,11 @@ DPDK_17.11 { eal_parse_pci_BDF; eal_parse_pci_DomBDF; - rte_pci_addr_cmp; - rte_pci_addr_parse; - rte_pci_device_name; pci_map_resource; pci_unmap_resource; rte_eal_compare_pci_addr; + rte_pci_addr_cmp; + rte_pci_addr_parse; rte_pci_device_name; local: *; -- 2.13.6