bus/pci: fix namespace of sysfs path function
[dpdk.git] / drivers / bus / pci / pci_common.c
index 754219b..104fdf9 100644 (file)
@@ -59,7 +59,7 @@ extern struct rte_pci_bus rte_pci_bus;
 
 #define SYSFS_PCI_DEVICES "/sys/bus/pci/devices"
 
-const char *pci_get_sysfs_path(void)
+const char *rte_pci_get_sysfs_path(void)
 {
        const char *path = NULL;