eal: remove useless PCI id header inclusions

Signed-off-by: David Marchand <david.marchand@6wind.com>
[Thomas: move inclusion used by ixgbe bypass]
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
David Marchand 2015-07-23 09:15:32 +02:00 committed by Thomas Monjalon
parent bd734cf778
commit 2b9fb6319d
4 changed files with 1 additions and 4 deletions

View File

@ -84,7 +84,6 @@
#include <cmdline_parse_etheraddr.h>
#include <cmdline_socket.h>
#include <cmdline.h>
#include <rte_pci_dev_ids.h>
#ifdef RTE_LIBRTE_PMD_BOND
#include <rte_eth_bond.h>
#endif
@ -9082,6 +9081,7 @@ cmd_reconfig_device_queue(portid_t id, uint8_t dev, uint8_t queue)
}
#ifdef RTE_NIC_BYPASS
#include <rte_pci_dev_ids.h>
uint8_t
bypass_is_supported(portid_t port_id)
{

View File

@ -67,7 +67,6 @@
#include <rte_debug.h>
#include <rte_devargs.h>
#include "rte_pci_dev_ids.h"
#include "eal_filesystem.h"
#include "eal_private.h"

View File

@ -41,7 +41,6 @@
#include <rte_devargs.h>
#include <rte_memcpy.h>
#include "rte_pci_dev_ids.h"
#include "eal_filesystem.h"
#include "eal_private.h"
#include "eal_pci_init.h"

View File

@ -45,7 +45,6 @@
#include <rte_common.h>
#include <rte_malloc.h>
#include "rte_pci_dev_ids.h"
#include "eal_filesystem.h"
#include "eal_pci_init.h"