Skip to content

Commit 7e51d21

Browse files
Yue Haibingkuba-moo
authored andcommitted
rxrpc: Remove unused function declarations
commit 3cec055 ("rxrpc: Don't hold a ref for connection workqueue") left behind rxrpc_put_client_conn(). And commit 248f219 ("rxrpc: Rewrite the data and ack handling code") removed rxrpc_accept_incoming_calls() but left declaration. Signed-off-by: Yue Haibing <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent f940746 commit 7e51d21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

net/rxrpc/ar-internal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,6 @@ bool rxrpc_new_incoming_call(struct rxrpc_local *local,
856856
struct rxrpc_connection *conn,
857857
struct sockaddr_rxrpc *peer_srx,
858858
struct sk_buff *skb);
859-
void rxrpc_accept_incoming_calls(struct rxrpc_local *);
860859
int rxrpc_user_charge_accept(struct rxrpc_sock *, unsigned long);
861860

862861
/*
@@ -969,7 +968,6 @@ void rxrpc_connect_client_calls(struct rxrpc_local *local);
969968
void rxrpc_expose_client_call(struct rxrpc_call *);
970969
void rxrpc_disconnect_client_call(struct rxrpc_bundle *, struct rxrpc_call *);
971970
void rxrpc_deactivate_bundle(struct rxrpc_bundle *bundle);
972-
void rxrpc_put_client_conn(struct rxrpc_connection *, enum rxrpc_conn_trace);
973971
void rxrpc_discard_expired_client_conns(struct rxrpc_local *local);
974972
void rxrpc_clean_up_local_conns(struct rxrpc_local *);
975973

0 commit comments

Comments
 (0)