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 5dc8164e5d3b..9a00f35ae773 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -611,7 +611,7 @@ extern void ipv6_misc_proc_exit(void); | |||
611 | extern int snmp6_register_dev(struct inet6_dev *idev); | 611 | extern int snmp6_register_dev(struct inet6_dev *idev); |
612 | extern int snmp6_unregister_dev(struct inet6_dev *idev); | 612 | extern int snmp6_unregister_dev(struct inet6_dev *idev); |
613 | 613 | ||
614 | extern struct rt6_statistics rt6_stats; | 614 | extern struct rt6_statistics *rt6_stats; |
615 | #else | 615 | #else |
616 | static inline int snmp6_register_dev(struct inet6_dev *idev) | 616 | static inline int snmp6_register_dev(struct inet6_dev *idev) |
617 | { | 617 | { |