bus: remove useless plug parameter
[dpdk.git] / lib / librte_eal / common / eal_common_pci.c
index cdd197a..9ad1bf1 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));
 }