linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vdpa/mlx5: Remove duplicate include
@ 2020-08-27 12:05 Jing Xiangfeng
  2020-08-27 12:08 ` Eli Cohen
  0 siblings, 1 reply; 2+ messages in thread
From: Jing Xiangfeng @ 2020-08-27 12:05 UTC (permalink / raw)
  To: mst, jasowang, eli, dan.carpenter, parav, natechancellor, colin.king
  Cc: virtualization, linux-kernel, jingxiangfeng

Remove linux/mlx5/device.h which is included more than once

Signed-off-by: Jing Xiangfeng <jingxiangfeng@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 70676a6d1691..b4bdbe062b7c 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.26.0.106.g9fadedd


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] vdpa/mlx5: Remove duplicate include
  2020-08-27 12:05 [PATCH] vdpa/mlx5: Remove duplicate include Jing Xiangfeng
@ 2020-08-27 12:08 ` Eli Cohen
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Cohen @ 2020-08-27 12:08 UTC (permalink / raw)
  To: Jing Xiangfeng
  Cc: mst, jasowang, eli, dan.carpenter, parav, natechancellor,
	colin.king, virtualization, linux-kernel

On Thu, Aug 27, 2020 at 08:05:47PM +0800, Jing Xiangfeng wrote:
> Remove linux/mlx5/device.h which is included more than once
> 
> Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com>

Acked-by: Eli Cohen <elic@nvidia.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 70676a6d1691..b4bdbe062b7c 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.26.0.106.g9fadedd
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-27 12:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 12:05 [PATCH] vdpa/mlx5: Remove duplicate include Jing Xiangfeng
2020-08-27 12:08 ` Eli Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).