diff options
Diffstat (limited to 'drivers/infiniband/hw/ehca/ehca_iverbs.h')
-rw-r--r-- | drivers/infiniband/hw/ehca/ehca_iverbs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ehca/ehca_iverbs.h b/drivers/infiniband/hw/ehca/ehca_iverbs.h index bbdc437f5167..319c39d47f3a 100644 --- a/drivers/infiniband/hw/ehca/ehca_iverbs.h +++ b/drivers/infiniband/hw/ehca/ehca_iverbs.h | |||
@@ -143,7 +143,8 @@ struct ib_qp *ehca_create_qp(struct ib_pd *pd, | |||
143 | 143 | ||
144 | int ehca_destroy_qp(struct ib_qp *qp); | 144 | int ehca_destroy_qp(struct ib_qp *qp); |
145 | 145 | ||
146 | int ehca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask); | 146 | int ehca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, |
147 | struct ib_udata *udata); | ||
147 | 148 | ||
148 | int ehca_query_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr, | 149 | int ehca_query_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr, |
149 | int qp_attr_mask, struct ib_qp_init_attr *qp_init_attr); | 150 | int qp_attr_mask, struct ib_qp_init_attr *qp_init_attr); |