diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2020-05-28 21:45:49 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2020-06-03 01:32:54 +0200 |
commit | f0c73c70db99e30f790572b97531aa569ec1ba60 (patch) | |
tree | 7c66b00b2278c11a4919060e18a98551a7886b92 /drivers/infiniband/hw/i40iw/i40iw_verbs.h | |
parent | RDMA/bnxt_re: Remove FMR leftovers (diff) | |
download | linux-f0c73c70db99e30f790572b97531aa569ec1ba60.tar.xz linux-f0c73c70db99e30f790572b97531aa569ec1ba60.zip |
RDMA/i40iw: Remove FMR leftovers
The ibfmr member is never referenced, remove it.
Link: https://lore.kernel.org/r/7-v3-f58e6669d5d3+2cf-fmr_removal_jgg@mellanox.com
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Acked-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/infiniband/hw/i40iw/i40iw_verbs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/i40iw/i40iw_verbs.h b/drivers/infiniband/hw/i40iw/i40iw_verbs.h index 3a413752ccc3..331bc21cbcc7 100644 --- a/drivers/infiniband/hw/i40iw/i40iw_verbs.h +++ b/drivers/infiniband/hw/i40iw/i40iw_verbs.h @@ -89,7 +89,6 @@ struct i40iw_mr { union { struct ib_mr ibmr; struct ib_mw ibmw; - struct ib_fmr ibfmr; }; struct ib_umem *region; u16 type; |