diff options
author | Jason Gunthorpe | 2018-03-13 22:01:32 -0600 |
---|---|---|
committer | Jason Gunthorpe | 2018-03-15 15:58:03 -0600 |
commit | 9a657b4c4a9073037121331bb54663bf11f08342 (patch) | |
tree | 0f1baeb6e3acb8ae3a703ef8419040fd74bee3e3 /drivers/infiniband/hw/i40iw/i40iw.h | |
parent | 48962f5c6fffcb676dd6ebd70f7869cfc6cc8356 (diff) |
RDMA/i40iw: Move uapi header to include/uapi
All of these defines are part of the uABI for the driver, this
header duplicates providers/i40iw/i40iw-abi.h in rdma-core.
Acked-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/i40iw/i40iw.h')
-rw-r--r-- | drivers/infiniband/hw/i40iw/i40iw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/i40iw/i40iw.h b/drivers/infiniband/hw/i40iw/i40iw.h index a20650f060ce..50dc50e83918 100644 --- a/drivers/infiniband/hw/i40iw/i40iw.h +++ b/drivers/infiniband/hw/i40iw/i40iw.h @@ -60,7 +60,7 @@ #include <i40e_client.h> #include "i40iw_type.h" #include "i40iw_p.h" -#include "i40iw_ucontext.h" +#include <rdma/i40iw-abi.h> #include "i40iw_pble.h" #include "i40iw_verbs.h" #include "i40iw_cm.h" |