aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
diff options
context:
space:
mode:
authorAndrew Boyer <andrew.boyer@dell.com>2017-08-28 16:11:51 -0400
committerDoug Ledford <dledford@redhat.com>2017-08-28 19:12:32 -0400
commitcffec53daf9f9a87e4e532da1dfaac4bbfcc2e29 (patch)
tree8059fb9f35d5199a6d4d0cf7477570e3fe4fbaa1 /drivers/infiniband/sw
parentIB/rxe: Disable completion upcalls when a CQ is destroyed (diff)
downloadlinux-dev-cffec53daf9f9a87e4e532da1dfaac4bbfcc2e29.tar.xz
linux-dev-cffec53daf9f9a87e4e532da1dfaac4bbfcc2e29.zip
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>
Diffstat (limited to 'drivers/infiniband/sw')
-rw-r--r--drivers/infiniband/sw/rxe/rxe_loc.h2
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)