pci: remove duplicated symbol from map file
authorFerruh Yigit <ferruh.yigit@intel.com>
Thu, 15 Mar 2018 16:48:54 +0000 (16:48 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 22 Mar 2018 16:34:48 +0000 (17:34 +0100)
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 <ferruh.yigit@intel.com>
Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>
lib/librte_pci/rte_pci_version.map

index 15d93d9..c028027 100644 (file)
@@ -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: *;