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)
commited792e28c4bd09e9a319d2ad914aa62982cb4c4a
treef0da9d4e058bb4c0c16108c853b67840963acbc8
parente75fa0735cae006736ac868ffffd337cb7422877
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