netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: caif: Remove unused declaration cfsrvl_ctrlcmd()
@ 2023-08-09 13:49 Yue Haibing
  2023-08-10 18:04 ` Simon Horman
  2023-08-11  1:50 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Yue Haibing @ 2023-08-09 13:49 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, yuehaibing; +Cc: netdev

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(-)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: caif: Remove unused declaration cfsrvl_ctrlcmd()
  2023-08-09 13:49 [PATCH net-next] net: caif: Remove unused declaration cfsrvl_ctrlcmd() Yue Haibing
@ 2023-08-10 18:04 ` Simon Horman
  2023-08-11  1:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2023-08-10 18:04 UTC (permalink / raw)
  To: Yue Haibing; +Cc: davem, edumazet, kuba, pabeni, netdev

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>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: caif: Remove unused declaration cfsrvl_ctrlcmd()
  2023-08-09 13:49 [PATCH net-next] net: caif: Remove unused declaration cfsrvl_ctrlcmd() Yue Haibing
  2023-08-10 18:04 ` Simon Horman
@ 2023-08-11  1:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-08-11  1:50 UTC (permalink / raw)
  To: Yue Haibing; +Cc: davem, edumazet, kuba, pabeni, netdev

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!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-11  1:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-09 13:49 [PATCH net-next] net: caif: Remove unused declaration cfsrvl_ctrlcmd() Yue Haibing
2023-08-10 18:04 ` Simon Horman
2023-08-11  1:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).