Skip to content

Commit

Permalink
net/hsr: Remove unused function declarations
Browse files Browse the repository at this point in the history
commit f421436 ("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>
  • Loading branch information
Yue Haibing authored and kuba-moo committed Aug 1, 2023
1 parent 04786c0 commit 2f48401
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/hsr/hsr_netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 2f48401

Please sign in to comment.