mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
net/hsr: Remove unused function declarations
commit f421436a59
("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],
|
void hsr_nl_ringerror(struct hsr_priv *hsr, unsigned char addr[ETH_ALEN],
|
||||||
struct hsr_port *port);
|
struct hsr_port *port);
|
||||||
void hsr_nl_nodedown(struct hsr_priv *hsr, unsigned char addr[ETH_ALEN]);
|
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 */
|
#endif /* __HSR_NETLINK_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user