]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_common_pci.c
bus: remove useless plug parameter
[dpdk.git] / lib / librte_eal / common / eal_common_pci.c
index cdd197a5d79839e29ae4275e3cc5302a8f4ad5a1..9ad1bf13a013931736265d6f95724f633a5d854d 100644 (file)
@@ -541,7 +541,7 @@ pci_find_device(const struct rte_device *start, rte_dev_cmp_t cmp,
 }
 
 static int
-pci_plug(struct rte_device *dev, const char *devargs __rte_unused)
+pci_plug(struct rte_device *dev)
 {
        return pci_probe_all_drivers(RTE_DEV_TO_PCI(dev));
 }