From: stephen hemminger Date: Sun, 29 Dec 2013 22:03:31 +0000 (-0800) Subject: ipv6: namespace cleanups X-Git-Tag: v3.14-rc1~94^2~325 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e82435341ff08769b70400b72a7a8efda83c5014;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed