Commit 9bd5653f authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Leon Romanovsky
Browse files

RDMA/cxgb4: Delete unused c4iw_ep_redirect prototype

parent 2a31c5a7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -930,8 +930,6 @@ void c4iw_id_table_free(struct c4iw_id_table *alloc);

typedef int (*c4iw_handler_func)(struct c4iw_dev *dev, struct sk_buff *skb);

int c4iw_ep_redirect(void *ctx, struct dst_entry *old, struct dst_entry *new,
		     struct l2t_entry *l2t);
void c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qpid,
		   struct c4iw_dev_ucontext *uctx);
u32 c4iw_get_resource(struct c4iw_id_table *id_table);