kernel/drivers/infiniband/sw/rdmavt/pd.h
.. .. @@ -50,9 +50,7 @@ 50 50 51 51 #include <rdma/rdma_vt.h> 52 52 53 -struct ib_pd *rvt_alloc_pd(struct ib_device *ibdev,54 - struct ib_ucontext *context,55 - struct ib_udata *udata);56 -int rvt_dealloc_pd(struct ib_pd *ibpd);53 +int rvt_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);54 +int rvt_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata);57 55 58 56 #endif /* DEF_RDMAVTPD_H */