RDMA/efa: Use the common mmap_xa helpers
Remove the functions related to managing the mmap_xa database. This code was replaced with common code in ib_core. Link: https://lore.kernel.org/r/20191030094417.16866-5-michal.kalderon@marvell.com Signed-off-by: Ariel Elior <ariel.elior@marvell.com> Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:

committed by
Jason Gunthorpe

parent
c043ff2cfb
commit
e84d3c184e
@@ -217,6 +217,7 @@ static const struct ib_device_ops efa_dev_ops = {
|
||||
.get_link_layer = efa_port_link_layer,
|
||||
.get_port_immutable = efa_get_port_immutable,
|
||||
.mmap = efa_mmap,
|
||||
.mmap_free = efa_mmap_free,
|
||||
.modify_qp = efa_modify_qp,
|
||||
.query_device = efa_query_device,
|
||||
.query_gid = efa_query_gid,
|
||||
|
Reference in New Issue
Block a user