diff options
author | Leon Romanovsky <leon@kernel.org> | 2016-09-22 17:31:13 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-10-07 16:54:35 -0400 |
commit | e44ee2fd9845a86b0c7e8742672ae5ba6d7d34ee (patch) | |
tree | a99fb7538c6a5749e6fdb1cdc0fc4b5ab17b4476 /drivers/infiniband/hw/cxgb4/iw_cxgb4.h | |
parent | a85fb3383340b417132e5731f9694840660887cb (diff) | |
download | lwn-e44ee2fd9845a86b0c7e8742672ae5ba6d7d34ee.tar.gz lwn-e44ee2fd9845a86b0c7e8742672ae5ba6d7d34ee.zip |
IB/cxgb4: Move user vendor structures
This patch moves cxgb4 vendor's specific structures to
common UAPI folder which will be visible to all consumers.
These structures are used by user-space library driver
(libcxgb4) 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/cxgb4/iw_cxgb4.h')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h index aa47e0ae80bc..f83604b2f82d 100644 --- a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h +++ b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h @@ -58,7 +58,7 @@ #include "cxgb4.h" #include "cxgb4_uld.h" #include "l2t.h" -#include "user.h" +#include <rdma/cxgb4-abi.h> #define DRV_NAME "iw_cxgb4" #define MOD DRV_NAME ":" |