Remove duplicate include file Signed-off-by: YueHaibing <yuehaibing at huawei.com> --- drivers/vdpa/mlx5/net/mlx5_vnet.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/vdpa/mlx5/net/mlx5_vnet.c b/drivers/vdpa/mlx5/net/mlx5_vnet.c index 9df69d5efe8c..12fb83dc1de9 100644 --- a/drivers/vdpa/mlx5/net/mlx5_vnet.c +++ b/drivers/vdpa/mlx5/net/mlx5_vnet.c @@ -8,7 +8,6 @@ #include <linux/mlx5/device.h> #include <linux/mlx5/vport.h> #include <linux/mlx5/fs.h> -#include <linux/mlx5/device.h> #include "mlx5_vnet.h" #include "mlx5_vdpa_ifc.h" #include "mlx5_vdpa.h" -- 2.17.1
On 2020/8/18 ??7:46, YueHaibing wrote:> Remove duplicate include file > > Signed-off-by: YueHaibing <yuehaibing at huawei.com> > --- > drivers/vdpa/mlx5/net/mlx5_vnet.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/vdpa/mlx5/net/mlx5_vnet.c b/drivers/vdpa/mlx5/net/mlx5_vnet.c > index 9df69d5efe8c..12fb83dc1de9 100644 > --- a/drivers/vdpa/mlx5/net/mlx5_vnet.c > +++ b/drivers/vdpa/mlx5/net/mlx5_vnet.c > @@ -8,7 +8,6 @@ > #include <linux/mlx5/device.h> > #include <linux/mlx5/vport.h> > #include <linux/mlx5/fs.h> > -#include <linux/mlx5/device.h> > #include "mlx5_vnet.h" > #include "mlx5_vdpa_ifc.h" > #include "mlx5_vdpa.h"Acked-by: Jason Wang <jasowang at redhat.com>
Maybe Matching Threads
- [PATCH mlx5-next v1 00/11] Convert mlx5 to use auxiliary bus
- [PATCH v3] vdpa/mlx5: should not activate virtq object when suspended
- [PATCH v3] vdpa/mlx5: should not activate virtq object when suspended
- [PATCH v3] vdpa/mlx5: should not activate virtq object when suspended
- [PATCH] vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms