diff options
author | stephen hemminger <shemminger@vyatta.com> | 2010-10-15 01:12:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-21 06:09:45 -0400 |
commit | 8d8a0b1cc2a8f9794a3f1f747089b6a93774408d (patch) | |
tree | 4baab7706f18ceafb92a2fa953350ed7d9959f3a /net/core | |
parent | 6f747aca5e61778190d1e27bdc469f49149f0230 (diff) |
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>
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/rtnetlink.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index b2a718dfd720..8121268ddbdd 100644 --- a/net/core/rtnetlink.c +++ b/net/core/rtnetlink.c | |||
@@ -299,14 +299,6 @@ static void __rtnl_kill_links(struct net *net, struct rtnl_link_ops *ops) | |||
299 | unregister_netdevice_many(&list_kill); | 299 | unregister_netdevice_many(&list_kill); |
300 | } | 300 | } |
301 | 301 | ||
302 | void rtnl_kill_links(struct net *net, struct rtnl_link_ops *ops) | ||
303 | { | ||
304 | rtnl_lock(); | ||
305 | __rtnl_kill_links(net, ops); | ||
306 | rtnl_unlock(); | ||
307 | } | ||
308 | EXPORT_SYMBOL_GPL(rtnl_kill_links); | ||
309 | |||
310 | /** | 302 | /** |
311 | * __rtnl_link_unregister - Unregister rtnl_link_ops from rtnetlink. | 303 | * __rtnl_link_unregister - Unregister rtnl_link_ops from rtnetlink. |
312 | * @ops: struct rtnl_link_ops * to unregister | 304 | * @ops: struct rtnl_link_ops * to unregister |