diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-03 15:47:47 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-08-05 00:33:17 +0200 |
commit | 57ecc157b68eac54ee7cdc039e0df8f7f7bd5bc7 (patch) | |
tree | 34a8a9d1be94698a1530e74c737da73de7e4df90 /include/net/llc_c_ev.h | |
parent | Merge branch 'devlink-use-spec-to-generate-split-ops' (diff) | |
download | linux-57ecc157b68eac54ee7cdc039e0df8f7f7bd5bc7.tar.xz linux-57ecc157b68eac54ee7cdc039e0df8f7f7bd5bc7.zip |
net: llc: Remove unused function declarations
llc_conn_ac_send_i_rsp_as_ack() and llc_conn_ev_sendack_tmr_exp()
are never implemented since beginning of git history.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230803134747.41512-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/llc_c_ev.h')
-rw-r--r-- | include/net/llc_c_ev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/llc_c_ev.h b/include/net/llc_c_ev.h index 3948cf111dd0..241889955157 100644 --- a/include/net/llc_c_ev.h +++ b/include/net/llc_c_ev.h @@ -158,7 +158,6 @@ int llc_conn_ev_p_tmr_exp(struct sock *sk, struct sk_buff *skb); int llc_conn_ev_ack_tmr_exp(struct sock *sk, struct sk_buff *skb); int llc_conn_ev_rej_tmr_exp(struct sock *sk, struct sk_buff *skb); int llc_conn_ev_busy_tmr_exp(struct sock *sk, struct sk_buff *skb); -int llc_conn_ev_sendack_tmr_exp(struct sock *sk, struct sk_buff *skb); /* NOT_USED functions and their variations */ int llc_conn_ev_rx_xxx_cmd_pbit_set_1(struct sock *sk, struct sk_buff *skb); int llc_conn_ev_rx_xxx_rsp_fbit_set_1(struct sock *sk, struct sk_buff *skb); |