summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3/iwch_provider.c
diff options
context:
space:
mode:
authorLeon Romanovsky2016-09-22 16:31:12 +0200
committerDoug Ledford2016-10-07 22:54:35 +0200
commita85fb3383340b417132e5731f9694840660887cb (patch)
tree21a8e916ac2b3e7df0f167333f407f29c9ab66fb /drivers/infiniband/hw/cxgb3/iwch_provider.c
parentIB/mlx5: Move and decouple user vendor structures (diff)
downloadkernel-qcow2-linux-a85fb3383340b417132e5731f9694840660887cb.tar.gz
kernel-qcow2-linux-a85fb3383340b417132e5731f9694840660887cb.tar.xz
kernel-qcow2-linux-a85fb3383340b417132e5731f9694840660887cb.zip
IB/cxgb3: Move user vendor structures
This patch moves cxgb3 vendor's specific structures to common UAPI folder which will be visible to all consumers. These structures are used by user-space library driver (libcxgb3) and currently manually copied to that library. This move will allow cross-compile against these files and simplify introduction of vendor specific data. Signed-off-by: Leon Romanovsky <leon@kernel.org> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb3/iwch_provider.c')
-rw-r--r--drivers/infiniband/hw/cxgb3/iwch_provider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb3/iwch_provider.c b/drivers/infiniband/hw/cxgb3/iwch_provider.c
index b47be87d5a53..cba57bb53dba 100644
--- a/drivers/infiniband/hw/cxgb3/iwch_provider.c
+++ b/drivers/infiniband/hw/cxgb3/iwch_provider.c
@@ -58,7 +58,7 @@
#include "iwch.h"
#include "iwch_provider.h"
#include "iwch_cm.h"
-#include "iwch_user.h"
+#include <rdma/cxgb3-abi.h>
#include "common.h"
static struct ib_ah *iwch_ah_create(struct ib_pd *pd,