RDMA/core: Remove the duplicate header file
authorZhu Yanjun <yanjunz@mellanox.com>
Tue, 10 Mar 2020 09:16:56 +0000 (11:16 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 10 Mar 2020 17:34:54 +0000 (14:34 -0300)
The header file rdma_core.h is duplicate, so let's remove it.

Fixes: 622db5b6439a ("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>
drivers/infiniband/core/verbs.c

index 610ce9a..56a7133 100644 (file)
@@ -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);