diff mbox series

[net-next] net: caif: Remove unused declaration cfsrvl_ctrlcmd()

Message ID 20230809134943.37844-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit 4a8d287909c905107d88a9835141ad592aedae75
Delegated to: Netdev Maintainers
Headers show
Series [net-next] net: caif: Remove unused declaration cfsrvl_ctrlcmd() | 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: 1342 this patch: 1342
netdev/cc_maintainers success CCed 6 of 6 maintainers
netdev/build_clang success Errors and warnings before: 1355 this patch: 1355
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: 1365 this patch: 1365
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 9 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Yue Haibing Aug. 9, 2023, 1:49 p.m. UTC
Commit 43e369210108 ("caif: Move refcount from service layer to sock and dev.")
declared but never implemented this.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/net/caif/cfsrvl.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Simon Horman Aug. 10, 2023, 6:04 p.m. UTC | #1
On Wed, Aug 09, 2023 at 09:49:43PM +0800, Yue Haibing wrote:
> Commit 43e369210108 ("caif: Move refcount from service layer to sock and dev.")
> declared but never implemented this.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Reviewed-by: Simon Horman <horms@kernel.org>
patchwork-bot+netdevbpf@kernel.org Aug. 11, 2023, 1:50 a.m. UTC | #2
Hello:

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

On Wed, 9 Aug 2023 21:49:43 +0800 you wrote:
> Commit 43e369210108 ("caif: Move refcount from service layer to sock and dev.")
> declared but never implemented this.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
> ---
>  include/net/caif/cfsrvl.h | 3 ---
>  1 file changed, 3 deletions(-)

Here is the summary with links:
  - [net-next] net: caif: Remove unused declaration cfsrvl_ctrlcmd()
    https://git.kernel.org/netdev/net-next/c/4a8d287909c9

You are awesome, thank you!
diff mbox series

Patch

diff --git a/include/net/caif/cfsrvl.h b/include/net/caif/cfsrvl.h
index bd5440977f7f..5ee7b322e18b 100644
--- a/include/net/caif/cfsrvl.h
+++ b/include/net/caif/cfsrvl.h
@@ -33,9 +33,6 @@  struct cflayer *cfrfml_create(u8 linkid, struct dev_info *dev_info,
 				int mtu_size);
 struct cflayer *cfdbgl_create(u8 linkid, struct dev_info *dev_info);
 
-void cfsrvl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl,
-		     int phyid);
-
 bool cfsrvl_phyid_match(struct cflayer *layer, int phyid);
 
 void cfsrvl_init(struct cfsrvl *service,