diff mbox series

[net-next] dccp: Remove unused declaration dccp_feat_initialise_sysctls()

Message ID 20230726143239.9904-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit d4a80cc69aea74fe220dc9faa0d6d62e4dfa871a
Delegated to: Netdev Maintainers
Headers show
Series [net-next] dccp: Remove unused declaration dccp_feat_initialise_sysctls() | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 1345 this patch: 1345
netdev/cc_maintainers success CCed 7 of 7 maintainers
netdev/build_clang success Errors and warnings before: 1366 this patch: 1366
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 1368 this patch: 1368
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
netdev/kdoc success Errors and warnings before: 2 this patch: 2
netdev/source_inline success Was 0 now: 0

Commit Message

Yue Haibing July 26, 2023, 2:32 p.m. UTC
This is never used, so can remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 net/dccp/feat.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Horman July 27, 2023, 11:32 a.m. UTC | #1
On Wed, Jul 26, 2023 at 10:32:39PM +0800, YueHaibing wrote:
> This is never used, so can remove it.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Reviewed-by: Simon Horman <simon.horman@corigine.com>
patchwork-bot+netdevbpf@kernel.org July 28, 2023, 12:20 a.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 26 Jul 2023 22:32:39 +0800 you wrote:
> This is never used, so can remove it.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  net/dccp/feat.h | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - [net-next] dccp: Remove unused declaration dccp_feat_initialise_sysctls()
    https://git.kernel.org/netdev/net-next/c/d4a80cc69aea

You are awesome, thank you!
diff mbox series

Patch

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 *,