RDMA/rxe: Remove unused qp parameter
[sfrench/cifs-2.6.git] / drivers / infiniband / sw / rxe / rxe_loc.h
index 0e022ae1b8a556a67839ade94aac7cac8378225c..336164843db411d4d6762763075e108c0324900c 100644 (file)
@@ -145,7 +145,7 @@ static inline int rcv_wqe_size(int max_sge)
                max_sge * sizeof(struct ib_sge);
 }
 
-void free_rd_atomic_resource(struct rxe_qp *qp, struct resp_res *res);
+void free_rd_atomic_resource(struct resp_res *res);
 
 static inline void rxe_advance_resp_resource(struct rxe_qp *qp)
 {