Replace use of system sys/queue.h with DPDK rte_bsd_queue.h Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- drivers/net/bonding/eth_bond_private.h | 1 - drivers/net/bonding/rte_eth_bond_flow.c | 1 - 2 files changed, 2 deletions(-)
diff --git a/drivers/net/bonding/eth_bond_private.h b/drivers/net/bonding/eth_bond_private.h index 378bbba4e6..9e268d77c5 100644 --- a/drivers/net/bonding/eth_bond_private.h +++ b/drivers/net/bonding/eth_bond_private.h @@ -6,7 +6,6 @@ #define _ETH_BOND_PRIVATE_H_ #include <stdint.h> -#include <sys/queue.h> #include <ethdev_driver.h> #include <rte_flow.h> diff --git a/drivers/net/bonding/rte_eth_bond_flow.c b/drivers/net/bonding/rte_eth_bond_flow.c index 5d0be5caf5..2d5b186aad 100644 --- a/drivers/net/bonding/rte_eth_bond_flow.c +++ b/drivers/net/bonding/rte_eth_bond_flow.c @@ -4,7 +4,6 @@ #include <stddef.h> #include <string.h> -#include <sys/queue.h> #include <rte_errno.h> #include <rte_malloc.h> -- 2.47.2