diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index e371f322017d..3e086f8bb449 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -622,7 +622,7 @@ static inline int snmp6_unregister_dev(struct inet6_dev *idev) | |||
622 | extern ctl_table ipv6_route_table[]; | 622 | extern ctl_table ipv6_route_table[]; |
623 | extern ctl_table ipv6_icmp_table[]; | 623 | extern ctl_table ipv6_icmp_table[]; |
624 | 624 | ||
625 | extern void ipv6_sysctl_register(void); | 625 | extern int ipv6_sysctl_register(void); |
626 | extern void ipv6_sysctl_unregister(void); | 626 | extern void ipv6_sysctl_unregister(void); |
627 | #endif | 627 | #endif |
628 | 628 | ||