[PATCH v4 01/23] drivers/net: remove unused include in dpaa and dpaa2
Hemant Agrawal
hemant.agrawal at oss.nxp.com
Thu Aug 6 08:13:19 CEST 2026
On 06-08-2026 10:38, Stephen Hemminger wrote:
> rte_eth_ctrl.h is deprecated and its contents are not used here.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>
> ---
> drivers/net/dpaa/dpaa_ptp.c | 1 -
> drivers/net/dpaa2/dpaa2_ptp.c | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/drivers/net/dpaa/dpaa_ptp.c b/drivers/net/dpaa/dpaa_ptp.c
> index e9b332c571..f91d3f9ce3 100644
> --- a/drivers/net/dpaa/dpaa_ptp.c
> +++ b/drivers/net/dpaa/dpaa_ptp.c
> @@ -9,7 +9,6 @@
>
> #include <rte_ethdev.h>
> #include <rte_log.h>
> -#include <rte_eth_ctrl.h>
> #include <rte_malloc.h>
> #include <rte_time.h>
>
> diff --git a/drivers/net/dpaa2/dpaa2_ptp.c b/drivers/net/dpaa2/dpaa2_ptp.c
> index 751e558c73..77d5d82b44 100644
> --- a/drivers/net/dpaa2/dpaa2_ptp.c
> +++ b/drivers/net/dpaa2/dpaa2_ptp.c
> @@ -12,7 +12,6 @@
>
> #include <ethdev_driver.h>
> #include <rte_log.h>
> -#include <rte_eth_ctrl.h>
> #include <rte_malloc.h>
> #include <rte_time.h>
>
More information about the dev
mailing list