bus/pci: remove duplicate declaration
This declaration is the same as the one a few lines before. Fixes: 6844d146ff39 ("eal: add bus pointer in device structure") Cc: stable@dpdk.org Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
This commit is contained in:
parent
22a2f54f25
commit
f252fe5e18
@ -15,8 +15,6 @@ extern struct rte_pci_bus rte_pci_bus;
|
||||
struct rte_pci_driver;
|
||||
struct rte_pci_device;
|
||||
|
||||
extern struct rte_pci_bus rte_pci_bus;
|
||||
|
||||
/**
|
||||
* Scan the content of the PCI bus, and the devices in the devices
|
||||
* list
|
||||
|
Loading…
x
Reference in New Issue
Block a user