All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-next] RDMA/core: Remove the duplicate header file
@ 2020-03-10  9:16 Leon Romanovsky
  2020-03-10 17:35 ` Jason Gunthorpe
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Romanovsky @ 2020-03-10  9:16 UTC (permalink / raw)
  To: Doug Ledford, Jason Gunthorpe; +Cc: Zhu Yanjun, Chuck Lever, linux-rdma

From: Zhu Yanjun <yanjunz@mellanox.com>

The header file rdma_core.h is duplicate, so let's remove it.

Fixes: 622db5b6439a ("RDMA/core: Add trace points to follow MR allocation")
Signed-off-by: Zhu Yanjun <yanjunz@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
---
 drivers/infiniband/core/verbs.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/infiniband/core/verbs.c b/drivers/infiniband/core/verbs.c
index 1d94c3894b55..f4d18c18cb0c 100644
--- a/drivers/infiniband/core/verbs.c
+++ b/drivers/infiniband/core/verbs.c
@@ -55,8 +55,6 @@
 #include "core_priv.h"
 #include <trace/events/rdma_core.h>

-#include <trace/events/rdma_core.h>
-
 static int ib_resolve_eth_dmac(struct ib_device *device,
 			       struct rdma_ah_attr *ah_attr);

--
2.24.1


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

* Re: [PATCH rdma-next] RDMA/core: Remove the duplicate header file
  2020-03-10  9:16 [PATCH rdma-next] RDMA/core: Remove the duplicate header file Leon Romanovsky
@ 2020-03-10 17:35 ` Jason Gunthorpe
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2020-03-10 17:35 UTC (permalink / raw)
  To: Leon Romanovsky; +Cc: Doug Ledford, Zhu Yanjun, Chuck Lever, linux-rdma

On Tue, Mar 10, 2020 at 11:16:56AM +0200, Leon Romanovsky wrote:
> From: Zhu Yanjun <yanjunz@mellanox.com>
> 
> The header file rdma_core.h is duplicate, so let's remove it.
> 
> Fixes: 622db5b6439a ("RDMA/core: Add trace points to follow MR allocation")
> Signed-off-by: Zhu Yanjun <yanjunz@mellanox.com>
> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
> ---
>  drivers/infiniband/core/verbs.c | 2 --
>  1 file changed, 2 deletions(-)

Applied to for-next, thanks

Jason

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

end of thread, other threads:[~2020-03-10 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10  9:16 [PATCH rdma-next] RDMA/core: Remove the duplicate header file Leon Romanovsky
2020-03-10 17:35 ` Jason Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.