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.h5
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);
599extern void tcp6_proc_exit(void); 599extern void tcp6_proc_exit(void);
600extern int udp6_proc_init(void); 600extern int udp6_proc_init(void);
601extern void udp6_proc_exit(void); 601extern void udp6_proc_exit(void);
602#ifdef CONFIG_IP_UDPLITE
603extern int udplite6_proc_init(void); 602extern int udplite6_proc_init(void);
604extern void udplite6_proc_exit(void); 603extern void udplite6_proc_exit(void);
605#else
606static inline int udplite6_proc_init(void) { return 0; }
607static inline void udplite6_proc_exit(void) { }
608#endif
609extern int ipv6_misc_proc_init(void); 604extern int ipv6_misc_proc_init(void);
610extern void ipv6_misc_proc_exit(void); 605extern void ipv6_misc_proc_exit(void);
611extern int snmp6_register_dev(struct inet6_dev *idev); 606extern int snmp6_register_dev(struct inet6_dev *idev);