[dpdk-dev] [PATCH 15/19] fsmlc: remove duplicated includes

Hemant Agrawal hemant.agrawal at nxp.com
Thu Jul 13 11:39:55 CEST 2017


On 7/12/2017 12:25 AM, Stephen Hemminger wrote:
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
>  drivers/bus/fslmc/fslmc_vfio.c           | 2 --
>  drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 1 -
>  2 files changed, 3 deletions(-)
>
> diff --git a/drivers/bus/fslmc/fslmc_vfio.c b/drivers/bus/fslmc/fslmc_vfio.c
> index 725faabab312..e10443c5bc05 100644
> --- a/drivers/bus/fslmc/fslmc_vfio.c
> +++ b/drivers/bus/fslmc/fslmc_vfio.c
> @@ -40,7 +40,6 @@
>  #include <errno.h>
>  #include <sys/ioctl.h>
>  #include <sys/stat.h>
> -#include <sys/types.h>
>  #include <sys/mman.h>
>  #include <sys/vfs.h>
>  #include <libgen.h>
> @@ -55,7 +54,6 @@
>  #include <rte_cycles.h>
>  #include <rte_kvargs.h>
>  #include <rte_dev.h>
> -#include <rte_ethdev.h>
>  #include <rte_bus.h>
>
>  #include "rte_fslmc.h"
> diff --git a/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c b/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c
> index 88dd2e901916..c195f9f23b01 100644
> --- a/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c
> +++ b/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c
> @@ -57,7 +57,6 @@
>  #include <rte_cycles.h>
>  #include <rte_kvargs.h>
>  #include <rte_dev.h>
> -#include <rte_ethdev.h>
>
>  #include <fslmc_logs.h>
>  #include <fslmc_vfio.h>
>
minor typo in patch header %s/fsmlc/fslmc/g

Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>




More information about the dev mailing list