From: David Ahern
Date: Mon, 8 Oct 2018 14:06:34 -0700
> From: David Ahern
>
> ipv6_route_table_template is exported but there are no users outside
> of route.c. Make it static.
>
> Signed-off-by: David Ahern
Applied.
From: David Ahern
ipv6_route_table_template is exported but there are no users outside
of route.c. Make it static.
Signed-off-by: David Ahern
---
include/net/ipv6.h | 2 --
net/ipv6/route.c | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/include/net/ipv6.h b/include/net