mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
rtnetlink: remove rtnl_kill_links
The function rtnl_kill_links is defined but never used. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6f747aca5e
commit
8d8a0b1cc2
2 changed files with 0 additions and 9 deletions
|
@ -79,7 +79,6 @@ struct rtnl_link_ops {
|
|||
|
||||
extern int __rtnl_link_register(struct rtnl_link_ops *ops);
|
||||
extern void __rtnl_link_unregister(struct rtnl_link_ops *ops);
|
||||
extern void rtnl_kill_links(struct net *net, struct rtnl_link_ops *ops);
|
||||
|
||||
extern int rtnl_link_register(struct rtnl_link_ops *ops);
|
||||
extern void rtnl_link_unregister(struct rtnl_link_ops *ops);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue