From: Ferruh Yigit Date: Thu, 15 Mar 2018 16:48:54 +0000 (+0000) Subject: pci: remove duplicated symbol from map file X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8f0b534b35a6748563e953ef40112bbb750f354c;p=dpdk.git pci: remove duplicated symbol from map file 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 Signed-off-by: Ferruh Yigit Acked-by: Gaetan Rivet --- diff --git a/lib/librte_pci/rte_pci_version.map b/lib/librte_pci/rte_pci_version.map index 15d93d95c4..c0280277bb 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: *;