* [PATCH for-next 7/9] RDMA/ocrdma: get rid of create_user_ah
@ 2022-03-08 14:39 Yajun Deng
0 siblings, 0 replies; only message in thread
From: Yajun Deng @ 2022-03-08 14:39 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/ocrdma/ocrdma_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/infiniband/hw/ocrdma/ocrdma_main.c b/drivers/infiniband/hw/ocrdma/ocrdma_main.c
index 5d4b3bc16493..9eac2b04b445 100644
--- a/drivers/infiniband/hw/ocrdma/ocrdma_main.c
+++ b/drivers/infiniband/hw/ocrdma/ocrdma_main.c
@@ -140,7 +140,6 @@ static const struct ib_device_ops ocrdma_dev_ops = {
.create_ah = ocrdma_create_ah,
.create_cq = ocrdma_create_cq,
.create_qp = ocrdma_create_qp,
- .create_user_ah = ocrdma_create_ah,
.dealloc_pd = ocrdma_dealloc_pd,
.dealloc_ucontext = ocrdma_dealloc_ucontext,
.dereg_mr = ocrdma_dereg_mr,
--
2.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-08 14:40 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:39 [PATCH for-next 7/9] RDMA/ocrdma: 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