netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] rds: rdma: Remove unused declaration rds_rdma_conn_connect()
@ 2023-08-09 14:40 Yue Haibing
  2023-08-10 18:18 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Yue Haibing @ 2023-08-09 14:40 UTC (permalink / raw)
  To: santosh.shilimkar, davem, edumazet, kuba, pabeni, yuehaibing
  Cc: netdev, linux-rdma, rds-devel

Since commit 55b7ed0b582f ("RDS: Common RDMA transport code")
rds_rdma_conn_connect() is never implemented and used.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 net/rds/rdma_transport.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/rds/rdma_transport.h b/net/rds/rdma_transport.h
index ca4c3a667091..d2fdb1529585 100644
--- a/net/rds/rdma_transport.h
+++ b/net/rds/rdma_transport.h
@@ -17,7 +17,6 @@
  */
 #define RDS_RDMA_REJ_INCOMPAT		1
 
-int rds_rdma_conn_connect(struct rds_connection *conn);
 int rds_rdma_cm_event_handler(struct rdma_cm_id *cm_id,
 			      struct rdma_cm_event *event);
 int rds6_rdma_cm_event_handler(struct rdma_cm_id *cm_id,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-10 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-09 14:40 [PATCH net-next] rds: rdma: Remove unused declaration rds_rdma_conn_connect() Yue Haibing
2023-08-10 18:18 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).