aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 3e086f8bb449..5519035491e7 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -619,8 +619,8 @@ static inline int snmp6_unregister_dev(struct inet6_dev *idev)
619#endif 619#endif
620 620
621#ifdef CONFIG_SYSCTL 621#ifdef CONFIG_SYSCTL
622extern ctl_table ipv6_route_table[]; 622extern ctl_table ipv6_route_table_template[];
623extern ctl_table ipv6_icmp_table[]; 623extern ctl_table ipv6_icmp_table_template[];
624 624
625extern int ipv6_sysctl_register(void); 625extern int ipv6_sysctl_register(void);
626extern void ipv6_sysctl_unregister(void); 626extern void ipv6_sysctl_unregister(void);