diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 5f6df50a33a9..8db06af1efbb 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -599,13 +599,8 @@ extern int tcp6_proc_init(void); | |||
599 | extern void tcp6_proc_exit(void); | 599 | extern void tcp6_proc_exit(void); |
600 | extern int udp6_proc_init(void); | 600 | extern int udp6_proc_init(void); |
601 | extern void udp6_proc_exit(void); | 601 | extern void udp6_proc_exit(void); |
602 | #ifdef CONFIG_IP_UDPLITE | ||
603 | extern int udplite6_proc_init(void); | 602 | extern int udplite6_proc_init(void); |
604 | extern void udplite6_proc_exit(void); | 603 | extern void udplite6_proc_exit(void); |
605 | #else | ||
606 | static inline int udplite6_proc_init(void) { return 0; } | ||
607 | static inline void udplite6_proc_exit(void) { } | ||
608 | #endif | ||
609 | extern int ipv6_misc_proc_init(void); | 604 | extern int ipv6_misc_proc_init(void); |
610 | extern void ipv6_misc_proc_exit(void); | 605 | extern void ipv6_misc_proc_exit(void); |
611 | extern int snmp6_register_dev(struct inet6_dev *idev); | 606 | extern int snmp6_register_dev(struct inet6_dev *idev); |