Skip to content

Commit 1d6e559

Browse files
committed
RDMA/cxgb4: Delete unused c4iw_ep_redirect prototype
JIRA: https://issues.redhat.com/browse/RHEL-61394 commit 9bd5653 Author: Alexey Dobriyan <adobriyan@gmail.com> Date: Tue Jan 23 13:32:59 2024 +0300 RDMA/cxgb4: Delete unused c4iw_ep_redirect prototype c4iw_ep_redirect() doesn't exist. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Link: https://lore.kernel.org/r/a67881e7-469b-43d9-9973-ad7579eb2c4b@p183 Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Kamal Heib <kheib@redhat.com>
1 parent e7c8974 commit 1d6e559

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/infiniband/hw/cxgb4/iw_cxgb4.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,8 +930,6 @@ void c4iw_id_table_free(struct c4iw_id_table *alloc);
930930

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

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

0 commit comments

Comments
 (0)