diff options
author | Andrew Boyer <andrew.boyer@dell.com> | 2017-08-28 16:11:51 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-08-28 19:12:32 -0400 |
commit | cffec53daf9f9a87e4e532da1dfaac4bbfcc2e29 (patch) | |
tree | 8059fb9f35d5199a6d4d0cf7477570e3fe4fbaa1 | |
parent | bfc3ae05660e928b34034e668a82c334111c0c22 (diff) | |
download | linux-cffec53daf9f9a87e4e532da1dfaac4bbfcc2e29.tar.bz2 |
IB/rxe: Remove dangling prototype
Fixes: 8700e3e7c485 ("Soft RoCE driver")
Signed-off-by: Andrew Boyer <andrew.boyer@dell.com>
Acked-by: Moni Shoua <monis@mellanox.com>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r-- | drivers/infiniband/sw/rxe/rxe_loc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe_loc.h b/drivers/infiniband/sw/rxe/rxe_loc.h index 8073f5858145..77b3ed0df936 100644 --- a/drivers/infiniband/sw/rxe/rxe_loc.h +++ b/drivers/infiniband/sw/rxe/rxe_loc.h @@ -221,8 +221,6 @@ static inline void rxe_advance_resp_resource(struct rxe_qp *qp) void retransmit_timer(unsigned long data); void rnr_nak_timer(unsigned long data); -void dump_qp(struct rxe_qp *qp); - /* rxe_srq.c */ #define IB_SRQ_INIT_MASK (~IB_SRQ_LIMIT) |