diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-10-07 02:44:56 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-10-09 00:33:49 +0200 |
commit | 3fe3dbaf26723c473d42a58b636a2500586b821e (patch) | |
tree | 821b1abf5e1f02bd4cf9a6f682ef499e30a82dd0 /include/net/caif | |
parent | net-timestamp: namespacify the sysctl_tstamp_allow_data (diff) | |
download | linux-3fe3dbaf26723c473d42a58b636a2500586b821e.tar.xz linux-3fe3dbaf26723c473d42a58b636a2500586b821e.zip |
caif: Remove unused cfsrvl_getphyid
cfsrvl_getphyid() has been unused since 2011's commit
f36214408470 ("caif: Use RCU and lists in cfcnfg.c for managing caif link layers")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241007004456.149899-1-linux@treblig.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/caif')
-rw-r--r-- | include/net/caif/cfsrvl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/caif/cfsrvl.h b/include/net/caif/cfsrvl.h index 5ee7b322e18b..a000dc45f966 100644 --- a/include/net/caif/cfsrvl.h +++ b/include/net/caif/cfsrvl.h @@ -40,7 +40,6 @@ void cfsrvl_init(struct cfsrvl *service, struct dev_info *dev_info, bool supports_flowctrl); bool cfsrvl_ready(struct cfsrvl *service, int *err); -u8 cfsrvl_getphyid(struct cflayer *layer); static inline void cfsrvl_get(struct cflayer *layr) { |