* [PATCH for-next 4/9] RDMA/hns: get rid of create_user_ah
@ 2022-03-08 14:37 Yajun Deng
0 siblings, 0 replies; only message in thread
From: Yajun Deng @ 2022-03-08 14:37 UTC (permalink / raw)
To: jgg, selvin.xavier, galpress, sleybo, liangwenpeng, liweihang,
mustafa.ismail, shiraz.saleem, leonro, dennis.dalessandro,
mike.marciniszyn, zyjzyj2000
Cc: linux-rdma, linux-kernel, Yajun Deng
There is no create_user_ah in ib_device_ops, remove it.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev>
---
drivers/infiniband/hw/hns/hns_roce_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/infiniband/hw/hns/hns_roce_main.c b/drivers/infiniband/hw/hns/hns_roce_main.c
index f73ba619f375..9b879d247e9b 100644
--- a/drivers/infiniband/hw/hns/hns_roce_main.c
+++ b/drivers/infiniband/hw/hns/hns_roce_main.c
@@ -505,7 +505,6 @@ static const struct ib_device_ops hns_roce_dev_ops = {
.alloc_pd = hns_roce_alloc_pd,
.alloc_ucontext = hns_roce_alloc_ucontext,
.create_ah = hns_roce_create_ah,
- .create_user_ah = hns_roce_create_ah,
.create_cq = hns_roce_create_cq,
.create_qp = hns_roce_create_qp,
.dealloc_pd = hns_roce_dealloc_pd,
--
2.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-08 14:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 14:37 [PATCH for-next 4/9] RDMA/hns: get rid of create_user_ah Yajun Deng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox