Replace use of system sys/queue.h with DPDK rte_bsd_queue.h Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- drivers/net/ntnic/ntnic_ethdev.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/drivers/net/ntnic/ntnic_ethdev.c b/drivers/net/ntnic/ntnic_ethdev.c index 79ef9e7e7c..18cd0212d6 100644 --- a/drivers/net/ntnic/ntnic_ethdev.c +++ b/drivers/net/ntnic/ntnic_ethdev.c @@ -5,7 +5,6 @@ #include <stdint.h> #include <stdarg.h> - #include <signal.h> #include <rte_eal.h> @@ -16,8 +15,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.47.2