ipv6: namespace cleanups
authorstephen hemminger <stephen@networkplumber.org>
Sun, 29 Dec 2013 22:03:31 +0000 (14:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Jan 2014 04:46:09 +0000 (23:46 -0500)
commite82435341ff08769b70400b72a7a8efda83c5014
tree4216580642d3016d6d840753a402c7b8dee1a08d
parent1d143d9f0c833fcf38cc737eb0a8698fa2dd144c
ipv6: namespace cleanups

Running 'make namespacecheck' shows:
  net/ipv6/route.o
    ipv6_route_table_template
    rt6_bind_peer
  net/ipv6/icmp.o
    icmpv6_route_lookup
    ipv6_icmp_table_template

This addresses some of those warnings by:
 * make icmpv6_route_lookup static
 * move inline's out of ip6_route.h since only used into route.c
 * move rt6_bind_peer into route.c

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_route.h
include/net/ipv6.h
net/ipv6/icmp.c
net/ipv6/route.c