Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

YueHaibing and committed by
Jakub Kicinski
d4a80cc6 4d66f235

-1
-1
net/dccp/feat.h
··· 105 105 extern int sysctl_dccp_tx_ccid; 106 106 107 107 int dccp_feat_init(struct sock *sk); 108 - void dccp_feat_initialise_sysctls(void); 109 108 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, 110 109 u8 const *list, u8 len); 111 110 int dccp_feat_parse_options(struct sock *, struct dccp_request_sock *,