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:
Darek Stojaczyk 2019-02-05 12:51:53 +01:00 committed by Jim Harris
parent 95200f5bac
commit f22de50bee

View File

@ -43,7 +43,6 @@
#include <rte_eal.h> #include <rte_eal.h>
#if RTE_VERSION >= RTE_VERSION_NUM(17, 05, 0, 0) #if RTE_VERSION >= RTE_VERSION_NUM(17, 05, 0, 0)
#include <rte_bus.h> #include <rte_bus.h>
extern struct rte_pci_bus rte_pci_bus;
#endif #endif
#include <rte_pci.h> #include <rte_pci.h>
#if RTE_VERSION >= RTE_VERSION_NUM(17, 11, 0, 1) #if RTE_VERSION >= RTE_VERSION_NUM(17, 11, 0, 1)