mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 02:14:58 +00:00
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>
This commit is contained in:
parent
04786c0659
commit
2f48401dd0
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user