Jason Wang
2021-Aug-24 09:08 UTC
[PATCH v4 1/6] vdpa/mlx5: Remove redundant header file inclusion
? 2021/8/23 ??1:21, Eli Cohen ??:> linux/if_vlan.h is not required. > Remove it. > > Signed-off-by: Eli Cohen <elic at nvidia.com>Acked-by: Jason Wang <jasowang at redhat.com> (btw, some of my acks for previous version were lost).> --- > drivers/vdpa/mlx5/core/mlx5_vdpa.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/vdpa/mlx5/core/mlx5_vdpa.h b/drivers/vdpa/mlx5/core/mlx5_vdpa.h > index 0002b2136b48..8d0a6f2cb3f0 100644 > --- a/drivers/vdpa/mlx5/core/mlx5_vdpa.h > +++ b/drivers/vdpa/mlx5/core/mlx5_vdpa.h > @@ -5,7 +5,6 @@ > #define __MLX5_VDPA_H__ > > #include <linux/etherdevice.h> > -#include <linux/if_vlan.h> > #include <linux/vdpa.h> > #include <linux/mlx5/driver.h> >