Replace use of system sys/queue.h with DPDK rte_bsd_queue.h Signed-off-by: Stephen Hemminger <[email protected]> --- drivers/net/dpaa2/dpaa2_flow.c | 1 - drivers/net/dpaa2/dpaa2_mux.c | 1 - drivers/net/dpaa2/dpaa2_ptp.c | 1 - 3 files changed, 3 deletions(-)
diff --git a/drivers/net/dpaa2/dpaa2_flow.c b/drivers/net/dpaa2/dpaa2_flow.c index 2e44bff766..925c65fa64 100644 --- a/drivers/net/dpaa2/dpaa2_flow.c +++ b/drivers/net/dpaa2/dpaa2_flow.c @@ -2,7 +2,6 @@ * Copyright 2018-2022 NXP */ -#include <sys/queue.h> #include <stdio.h> #include <errno.h> #include <stdint.h> diff --git a/drivers/net/dpaa2/dpaa2_mux.c b/drivers/net/dpaa2/dpaa2_mux.c index 9bb1bbca38..ad3a3b35e2 100644 --- a/drivers/net/dpaa2/dpaa2_mux.c +++ b/drivers/net/dpaa2/dpaa2_mux.c @@ -2,7 +2,6 @@ * Copyright 2018-2021,2023 NXP */ -#include <sys/queue.h> #include <stdio.h> #include <errno.h> #include <stdint.h> diff --git a/drivers/net/dpaa2/dpaa2_ptp.c b/drivers/net/dpaa2/dpaa2_ptp.c index 751e558c73..b55aa195ea 100644 --- a/drivers/net/dpaa2/dpaa2_ptp.c +++ b/drivers/net/dpaa2/dpaa2_ptp.c @@ -2,7 +2,6 @@ * Copyright 2019, 2023 NXP */ -#include <sys/queue.h> #include <stdio.h> #include <errno.h> #include <stdint.h> -- 2.51.0

