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.

net: caif: Remove unused declaration cfsrvl_ctrlcmd()

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>
Link: https://lore.kernel.org/r/20230809134943.37844-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Yue Haibing and committed by
Jakub Kicinski
4a8d2879 0c2910ae

-3
-3
include/net/caif/cfsrvl.h
··· 33 33 int mtu_size); 34 34 struct cflayer *cfdbgl_create(u8 linkid, struct dev_info *dev_info); 35 35 36 - void cfsrvl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, 37 - int phyid); 38 - 39 36 bool cfsrvl_phyid_match(struct cflayer *layer, int phyid); 40 37 41 38 void cfsrvl_init(struct cfsrvl *service,