mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
dccp: Remove unused declaration dccp_feat_initialise_sysctls()
This is never used, so can remove it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Link: https://lore.kernel.org/r/20230726143239.9904-1-yuehaibing@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
4d66f235c7
commit
d4a80cc69a
@ -105,7 +105,6 @@ extern int sysctl_dccp_rx_ccid;
|
||||
extern int sysctl_dccp_tx_ccid;
|
||||
|
||||
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,
|
||||
u8 const *list, u8 len);
|
||||
int dccp_feat_parse_options(struct sock *, struct dccp_request_sock *,
|
||||
|
Loading…
Reference in New Issue
Block a user