diff options
author | YueHaibing <yuehaibing@huawei.com> | 2023-07-26 16:32:39 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-07-28 02:16:26 +0200 |
commit | d4a80cc69aea74fe220dc9faa0d6d62e4dfa871a (patch) | |
tree | 250f6dc4853577e13728adb9e9675f1715d8917a /net/dccp | |
parent | bridge: Remove unused declaration br_multicast_set_hash_max() (diff) | |
download | linux-d4a80cc69aea74fe220dc9faa0d6d62e4dfa871a.tar.xz linux-d4a80cc69aea74fe220dc9faa0d6d62e4dfa871a.zip |
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>
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/feat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dccp/feat.h b/net/dccp/feat.h index d76c9be5bfca..57d9c026aa3f 100644 --- a/net/dccp/feat.h +++ b/net/dccp/feat.h @@ -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 *, |