projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a31c5a
)
RDMA/cxgb4: Delete unused c4iw_ep_redirect prototype
author
Alexey Dobriyan
<adobriyan@gmail.com>
Tue, 23 Jan 2024 10:32:59 +0000
(13:32 +0300)
committer
Leon Romanovsky
<leon@kernel.org>
Thu, 25 Jan 2024 10:05:30 +0000
(12:05 +0200)
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>
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
index 50cb2259bf874396f1117233e9b30d99d67e6d3b..fb8a0c2488667ebc66a901a9df429e7213345c9a 100644
(file)
--- 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);