Replace use of system sys/queue.h with DPDK rte_bsd_queue.h Signed-off-by: Stephen Hemminger <[email protected]> --- drivers/net/ntnic/ntnic_ethdev.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/drivers/net/ntnic/ntnic_ethdev.c b/drivers/net/ntnic/ntnic_ethdev.c index f8a01dc9fc..6e1bc16036 100644 --- a/drivers/net/ntnic/ntnic_ethdev.c +++ b/drivers/net/ntnic/ntnic_ethdev.c @@ -14,8 +14,6 @@ #include <ethdev_pci.h> #include <rte_kvargs.h> -#include <sys/queue.h> - #include "rte_spinlock.h" #include "ntlog.h" #include "ntdrv_4ga.h" -- 2.51.0

