diff options
Diffstat (limited to 'include/net/transp_v6.h')
-rw-r--r-- | include/net/transp_v6.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h index 902e6c6bc793..27394e0447d8 100644 --- a/include/net/transp_v6.h +++ b/include/net/transp_v6.h | |||
@@ -27,13 +27,8 @@ extern int rawv6_init(void); | |||
27 | extern void rawv6_exit(void); | 27 | extern void rawv6_exit(void); |
28 | extern int udpv6_init(void); | 28 | extern int udpv6_init(void); |
29 | extern void udpv6_exit(void); | 29 | extern void udpv6_exit(void); |
30 | #ifdef CONFIG_IP_UDPLITE | ||
31 | extern int udplitev6_init(void); | 30 | extern int udplitev6_init(void); |
32 | extern void udplitev6_exit(void); | 31 | extern void udplitev6_exit(void); |
33 | #else | ||
34 | static inline int udplitev6_init(void) { return 0; } | ||
35 | static inline void udplitev6_exit(void) { } | ||
36 | #endif | ||
37 | extern int tcpv6_init(void); | 32 | extern int tcpv6_init(void); |
38 | extern void tcpv6_exit(void); | 33 | extern void tcpv6_exit(void); |
39 | 34 | ||