From: Zhu Yanjun Date: Tue, 10 Mar 2020 09:16:56 +0000 (+0200) Subject: RDMA/core: Remove the duplicate header file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2d870c5bd0acd42eced3860c3911ed6005654a2d;p=linux.git RDMA/core: Remove the duplicate header file 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 Signed-off-by: Leon Romanovsky Signed-off-by: Jason Gunthorpe --- diff --git a/drivers/infiniband/core/verbs.c b/drivers/infiniband/core/verbs.c index 610ce9a6c6b9b..56a71337112c5 100644 --- a/drivers/infiniband/core/verbs.c +++ b/drivers/infiniband/core/verbs.c @@ -54,8 +54,6 @@ #include "core_priv.h" #include -#include - static int ib_resolve_eth_dmac(struct ib_device *device, struct rdma_ah_attr *ah_attr);