eal: remove deprecated function
[dpdk.git] / lib / librte_eal / common / eal_common_pci.c
index 16e8629..dcfe947 100644 (file)
@@ -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.
  */