RDMA/hns: Remove unused parameter udata
authorLang Cheng <chenglang@huawei.com>
Wed, 12 May 2021 08:12:19 +0000 (16:12 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 20 May 2021 14:52:16 +0000 (11:52 -0300)
commit69e0a42f3f79b8bcd83b55b3b0eff8d01aa6b57e
tree1bd287ac91973e26630657be250f845763819790
parentc906b86e9c44946fae505a5996b1f4c24a699fe6
RDMA/hns: Remove unused parameter udata

The old version of ib_umem_get() need these udata as a parameter but now
they are unnecessary.

Fixes: c320e527e154 ("IB: Allow calls to ib_umem_get from kernel ULPs")
Link: https://lore.kernel.org/r/1620807142-39157-2-git-send-email-liweihang@huawei.com
Signed-off-by: Lang Cheng <chenglang@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hns/hns_roce_cq.c
drivers/infiniband/hw/hns/hns_roce_db.c
drivers/infiniband/hw/hns/hns_roce_device.h
drivers/infiniband/hw/hns/hns_roce_qp.c