aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/rtnetlink.h
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2010-10-15 05:12:01 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-21 03:09:45 -0700
commit8d8a0b1cc2a8f9794a3f1f747089b6a93774408d (patch)
tree4baab7706f18ceafb92a2fa953350ed7d9959f3a /include/net/rtnetlink.h
parentxfrm6: make xfrm6_tunnel_free_spi local (diff)
downloadlinux-dev-8d8a0b1cc2a8f9794a3f1f747089b6a93774408d.tar.xz
linux-dev-8d8a0b1cc2a8f9794a3f1f747089b6a93774408d.zip
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 'include/net/rtnetlink.h')
-rw-r--r--include/net/rtnetlink.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/rtnetlink.h b/include/net/rtnetlink.h
index af60fd050844..e013c68bfb00 100644
--- a/include/net/rtnetlink.h
+++ b/include/net/rtnetlink.h
@@ -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);