env/dpdk: remove rte_pci_bus extern declaration
It simply isn't used anywhere. Change-Id: Ie055c15d86563be710d25e502660f79efcb67a23 Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/443510 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
95200f5bac
commit
f22de50bee
@ -43,7 +43,6 @@
|
||||
#include <rte_eal.h>
|
||||
#if RTE_VERSION >= RTE_VERSION_NUM(17, 05, 0, 0)
|
||||
#include <rte_bus.h>
|
||||
extern struct rte_pci_bus rte_pci_bus;
|
||||
#endif
|
||||
#include <rte_pci.h>
|
||||
#if RTE_VERSION >= RTE_VERSION_NUM(17, 11, 0, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user