Skip to content

Commit

Permalink
RDMA/core: Remove the duplicate header file
Browse files Browse the repository at this point in the history
The header file rdma_core.h is duplicate, so let's remove it.

Fixes: 622db5b ("RDMA/core: Add trace points to follow MR allocation")
Link: https://lore.kernel.org/r/20200310091656.249696-1-leon@kernel.org
Signed-off-by: Zhu Yanjun <yanjunz@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
  • Loading branch information
Zhu Yanjun authored and Jason Gunthorpe committed Mar 10, 2020
1 parent 24a5b0c commit 2d870c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/infiniband/core/verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,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);

Expand Down

0 comments on commit 2d870c5

Please sign in to comment.