aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
diff options
context:
space:
mode:
authorGravatar Alexey Dobriyan <adobriyan@gmail.com> 2024-01-23 13:32:59 +0300
committerGravatar Leon Romanovsky <leon@kernel.org> 2024-01-25 12:05:30 +0200
commit9bd5653f76772c16d07701f1b741a1ea37b7356f (patch)
treed5f1ba734ab21d76cbc6d82274b0861128cbdfdd /drivers/infiniband
parentRDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function (diff)
downloadlinux-9bd5653f76772c16d07701f1b741a1ea37b7356f.tar.gz
linux-9bd5653f76772c16d07701f1b741a1ea37b7356f.tar.bz2
linux-9bd5653f76772c16d07701f1b741a1ea37b7356f.zip
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>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r--drivers/infiniband/hw/cxgb4/iw_cxgb4.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
index 50cb2259bf87..fb8a0c248866 100644
--- a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
+++ b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
@@ -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);