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>
This commit is contained in:

committed by
David S. Miller

parent
e75fa0735c
commit
ed792e28c4
@@ -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);
|
||||
|
Reference in New Issue
Block a user