X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Feal_common_pci.c;h=dcfe9478a4c9282e3c57f033321c682859cd8271;hb=e32bbdb218ed7cf133d06acac2ee407601ca31a0;hp=16e86297a3dd62945d1a4e06b9a0412ec289f514;hpb=51c764c1d71f47ecc57a6b2d40a1040048b7ed9f;p=dpdk.git diff --git a/lib/librte_eal/common/eal_common_pci.c b/lib/librte_eal/common/eal_common_pci.c index 16e86297a3..dcfe9478a4 100644 --- a/lib/librte_eal/common/eal_common_pci.c +++ b/lib/librte_eal/common/eal_common_pci.c @@ -348,12 +348,6 @@ err_return: return -1; } -int __attribute__ ((deprecated)) -rte_eal_pci_close_one(const struct rte_pci_addr *addr) -{ - return rte_eal_pci_detach(addr); -} - /* * Detach device specified by its pci address. */