diff options
Diffstat (limited to 'drivers/infiniband/include/ib_mad.h')
-rw-r--r-- | drivers/infiniband/include/ib_mad.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/infiniband/include/ib_mad.h b/drivers/infiniband/include/ib_mad.h index a6f06b8c4acf..e8a122122cba 100644 --- a/drivers/infiniband/include/ib_mad.h +++ b/drivers/infiniband/include/ib_mad.h | |||
@@ -365,8 +365,7 @@ int ib_post_send_mad(struct ib_mad_agent *mad_agent, | |||
365 | * This call copies a chain of received RMPP MADs into a single data buffer, | 365 | * This call copies a chain of received RMPP MADs into a single data buffer, |
366 | * removing duplicated headers. | 366 | * removing duplicated headers. |
367 | */ | 367 | */ |
368 | void ib_coalesce_recv_mad(struct ib_mad_recv_wc *mad_recv_wc, | 368 | void ib_coalesce_recv_mad(struct ib_mad_recv_wc *mad_recv_wc, void *buf); |
369 | void *buf); | ||
370 | 369 | ||
371 | /** | 370 | /** |
372 | * ib_free_recv_mad - Returns data buffers used to receive a MAD to the | 371 | * ib_free_recv_mad - Returns data buffers used to receive a MAD to the |