From: Rami Rosen Date: Thu, 10 Apr 2008 09:31:20 +0000 (-0700) Subject: [IPV6]: Remove unused declarations in include/net/ip6_route.h. X-Git-Tag: v2.6.26-rc1~1138^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c06f510a25153ff79e8c2dca312b732a367c5bb;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed