Jason Wang
2021-Aug-10 03:56 UTC
[Patch v1 1/3] vdpa/mlx5: Remove redundant header file inclusion
? 2021/8/9 ??10:07, 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>> --- > 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> >