]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/pci/private.h
bus/pci: remove unused function to detach by address
[dpdk.git] / drivers / bus / pci / private.h
index 353a1aba0e704dcf04327357301fc3a080b5d745..8ddd03e16cf61f3df61bc2953527f8b7d5a37a1c 100644 (file)
@@ -32,21 +32,6 @@ rte_pci_probe(void);
  */
 int rte_pci_scan(void);
 
-/**
- * Close the single PCI device.
- *
- * Scan the content of the PCI bus, and find the pci device specified by pci
- * address, then call the remove() function for registered driver that has a
- * matching entry in its id_table for discovered device.
- *
- * @param addr
- *     The PCI Bus-Device-Function address to close.
- * @return
- *   - 0 on success.
- *   - Negative on error.
- */
-int rte_pci_detach(const struct rte_pci_addr *addr);
-
 /**
  * Find the name of a PCI device.
  */