diff options
author | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> | 2015-07-31 02:22:18 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-08-31 01:12:34 +0300 |
commit | 7dd975762825e4c2b95df5e24759a9d6ad915c79 (patch) | |
tree | 3172fba0060ab261ad4f94c4105adb10f80ae369 /drivers/infiniband/hw/mlx4/mlx4_ib.h | |
parent | 77b1f99660ed60694e1d0e3a63096c1f252debfd (diff) | |
download | linux-7dd975762825e4c2b95df5e24759a9d6ad915c79.tar.xz |
IB/mlx4: Remove ib_get_dma_mr calls
The pd now has a local_dma_lkey member which completely replaces
ib_get_dma_mr, use it instead.
Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx4/mlx4_ib.h')
-rw-r--r-- | drivers/infiniband/hw/mlx4/mlx4_ib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx4/mlx4_ib.h b/drivers/infiniband/hw/mlx4/mlx4_ib.h index cb47c2cb84ca..fe52ead0ebda 100644 --- a/drivers/infiniband/hw/mlx4/mlx4_ib.h +++ b/drivers/infiniband/hw/mlx4/mlx4_ib.h @@ -415,7 +415,6 @@ struct mlx4_ib_demux_pv_ctx { struct ib_device *ib_dev; struct ib_cq *cq; struct ib_pd *pd; - struct ib_mr *mr; struct work_struct work; struct workqueue_struct *wq; struct mlx4_ib_demux_pv_qp qp[2]; |