diff options
author | Leon Romanovsky <leon@kernel.org> | 2016-09-22 14:31:12 (GMT) |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-10-07 20:54:35 (GMT) |
commit | a85fb3383340b417132e5731f9694840660887cb (patch) | |
tree | 21a8e916ac2b3e7df0f167333f407f29c9ab66fb /drivers/infiniband/hw/cxgb3/iwch_provider.c | |
parent | 3085e29e2f832cbf77ddeeffe715809a31254b5f (diff) | |
download | linux-a85fb3383340b417132e5731f9694840660887cb.tar.xz |
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.c | 2 |
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 b47be87..cba57bb 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, |