]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV6]: Remove unused declarations in include/net/ip6_route.h.
authorRami Rosen <ramirose@gmail.com>
Thu, 10 Apr 2008 09:31:20 +0000 (02:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Apr 2008 09:31:20 +0000 (02:31 -0700)
commit7e4bf921d0e3a6ca56d265a74bf2d9f144c73e4e
tree05d75038033a33e263bb93010326752885095d9d
parentf975d60840a6b4bf18692561de11e395f06d98ca
[IPV6]: Remove unused declarations in include/net/ip6_route.h.

1) Standlaone ip6_null_entry is no longer needed as it is replaced by
   the ip6_null_entry member of ipv6 (instance of struct netns_ipv6) in
   struct net (as a result of Network Namespaces patches).

2) These 3 methods from this same header are not defined anywhere:
   ip6_rt_addr_add(), ip6_rt_addr_del(), rt6_sndmsg()

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_route.h