diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_srq.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_srq.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_srq.c b/drivers/infiniband/hw/ipath/ipath_srq.c index f760434660bd..fa77da6667ed 100644 --- a/drivers/infiniband/hw/ipath/ipath_srq.c +++ b/drivers/infiniband/hw/ipath/ipath_srq.c | |||
@@ -188,9 +188,11 @@ bail: | |||
188 | * @ibsrq: the SRQ to modify | 188 | * @ibsrq: the SRQ to modify |
189 | * @attr: the new attributes of the SRQ | 189 | * @attr: the new attributes of the SRQ |
190 | * @attr_mask: indicates which attributes to modify | 190 | * @attr_mask: indicates which attributes to modify |
191 | * @udata: user data for ipathverbs.so | ||
191 | */ | 192 | */ |
192 | int ipath_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, | 193 | int ipath_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, |
193 | enum ib_srq_attr_mask attr_mask) | 194 | enum ib_srq_attr_mask attr_mask, |
195 | struct ib_udata *udata) | ||
194 | { | 196 | { |
195 | struct ipath_srq *srq = to_isrq(ibsrq); | 197 | struct ipath_srq *srq = to_isrq(ibsrq); |
196 | unsigned long flags; | 198 | unsigned long flags; |