Commit d4a80cc6 authored by YueHaibing's avatar YueHaibing Committed by Jakub Kicinski

dccp: Remove unused declaration dccp_feat_initialise_sysctls()

This is never used, so can remove it.
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Reviewed-by: default avatarSimon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20230726143239.9904-1-yuehaibing@huawei.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 4d66f235
...@@ -105,7 +105,6 @@ extern int sysctl_dccp_rx_ccid; ...@@ -105,7 +105,6 @@ extern int sysctl_dccp_rx_ccid;
extern int sysctl_dccp_tx_ccid; extern int sysctl_dccp_tx_ccid;
int dccp_feat_init(struct sock *sk); int dccp_feat_init(struct sock *sk);
void dccp_feat_initialise_sysctls(void);
int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local,
u8 const *list, u8 len); u8 const *list, u8 len);
int dccp_feat_parse_options(struct sock *, struct dccp_request_sock *, int dccp_feat_parse_options(struct sock *, struct dccp_request_sock *,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment