Re: [PATCH net-next] ipv6: namespace cleanups
From: David Miller <davem@davemloft.net>
Date: 2014-01-02 04:46:43
From: David Miller <davem@davemloft.net>
Date: 2014-01-02 04:46:43
From: Stephen Hemminger <stephen@networkplumber.org> Date: Sun, 29 Dec 2013 14:03:31 -0800
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>Applied.