aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_cq.c
diff options
context:
space:
mode:
authorLeon Romanovsky <leon@kernel.org>2016-10-19 20:13:07 +0300
committerDoug Ledford <dledford@redhat.com>2016-12-03 14:23:14 -0500
commit4d4099584c2c4dca6c04d78ded4cc81f50cc3634 (patch)
tree043b7fc28fff8c8e370cf4fbdace8b10d6b60d23 /drivers/infiniband/hw/hns/hns_roce_cq.c
parentIB/hns: Fix the IB device name (diff)
downloadlinux-dev-4d4099584c2c4dca6c04d78ded4cc81f50cc3634.tar.xz
linux-dev-4d4099584c2c4dca6c04d78ded4cc81f50cc3634.zip
IB/hns: Move HNS RoCE user vendor structures
This patch moves HNS vendor's specific structures to common UAPI folder which will be visible to all consumers. Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hns/hns_roce_cq.c')
-rw-r--r--drivers/infiniband/hw/hns/hns_roce_cq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hns/hns_roce_cq.c b/drivers/infiniband/hw/hns/hns_roce_cq.c
index ff9a6a3c826a..589496c8fb9e 100644
--- a/drivers/infiniband/hw/hns/hns_roce_cq.c
+++ b/drivers/infiniband/hw/hns/hns_roce_cq.c
@@ -35,7 +35,7 @@
#include "hns_roce_device.h"
#include "hns_roce_cmd.h"
#include "hns_roce_hem.h"
-#include "hns_roce_user.h"
+#include <rdma/hns-abi.h>
#include "hns_roce_common.h"
static void hns_roce_ib_cq_comp(struct hns_roce_cq *hr_cq)