]> git.baikalelectronics.ru Git - kernel.git/commit
net/ipv6: Make ipv6_route_table_template static
authorDavid Ahern <dsahern@gmail.com>
Mon, 8 Oct 2018 21:06:34 +0000 (14:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 05:25:10 +0000 (22:25 -0700)
commit5839041ca6185b9e8158005b43052e446ed6ba9b
treef0da9d4e058bb4c0c16108c853b67840963acbc8
parent75ed48768b72501a784852bd0695c19acc75eba8
net/ipv6: Make ipv6_route_table_template static

ipv6_route_table_template is exported but there are no users outside
of route.c. Make it static.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
net/ipv6/route.c