diff options
author | David Ahern <dsahern@gmail.com> | 2018-10-09 00:06:34 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-11 08:25:10 +0300 |
commit | ed792e28c4bd09e9a319d2ad914aa62982cb4c4a (patch) | |
tree | f0da9d4e058bb4c0c16108c853b67840963acbc8 /include/net | |
parent | e75fa0735cae006736ac868ffffd337cb7422877 (diff) | |
download | linux-ed792e28c4bd09e9a319d2ad914aa62982cb4c4a.tar.xz |
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>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ipv6.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index ff33f498c137..829650540780 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -1089,8 +1089,6 @@ static inline int snmp6_unregister_dev(struct inet6_dev *idev) { return 0; } #endif #ifdef CONFIG_SYSCTL -extern struct ctl_table ipv6_route_table_template[]; - struct ctl_table *ipv6_icmp_sysctl_init(struct net *net); struct ctl_table *ipv6_route_sysctl_init(struct net *net); int ipv6_sysctl_register(void); |