summaryrefslogtreecommitdiff
path: root/net/hsr
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2023-07-29 20:34:56 +0800
committerJakub Kicinski <kuba@kernel.org>2023-07-31 20:11:47 -0700
commit2f48401dd0f2d93a41d28bb8dc3474158f4e906c (patch)
treeaaa91df8d8b17b61d78844446ef8fed82de2cafc /net/hsr
parent04786c0659dbacf1f626f70c2b19c1bc334f1098 (diff)
net/hsr: Remove unused function declarations
commit f421436a591d ("net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)") introducted these but never implemented. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20230729123456.36340-1-yuehaibing@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/hsr')
-rw-r--r--net/hsr/hsr_netlink.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/hsr/hsr_netlink.h b/net/hsr/hsr_netlink.h
index 501552d9753b..8c99e64e1cea 100644
--- a/net/hsr/hsr_netlink.h
+++ b/net/hsr/hsr_netlink.h
@@ -23,7 +23,5 @@ void __exit hsr_netlink_exit(void);
void hsr_nl_ringerror(struct hsr_priv *hsr, unsigned char addr[ETH_ALEN],
struct hsr_port *port);
void hsr_nl_nodedown(struct hsr_priv *hsr, unsigned char addr[ETH_ALEN]);
-void hsr_nl_framedrop(int dropcount, int dev_idx);
-void hsr_nl_linkdown(int dev_idx);
#endif /* __HSR_NETLINK_H */