diff options
Diffstat (limited to 'include/net/sctp/sctp.h')
-rw-r--r-- | include/net/sctp/sctp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h index dbfde62f3608..90b1e8d23b16 100644 --- a/include/net/sctp/sctp.h +++ b/include/net/sctp/sctp.h | |||
@@ -384,7 +384,7 @@ void sctp_v6_del_protocol(void); | |||
384 | 384 | ||
385 | #else /* #ifdef defined(CONFIG_IPV6) */ | 385 | #else /* #ifdef defined(CONFIG_IPV6) */ |
386 | 386 | ||
387 | static inline void sctp_v6_pf_init(void) { return 0; } | 387 | static inline void sctp_v6_pf_init(void) { return; } |
388 | static inline void sctp_v6_pf_exit(void) { return; } | 388 | static inline void sctp_v6_pf_exit(void) { return; } |
389 | static inline int sctp_v6_protosw_init(void) { return 0; } | 389 | static inline int sctp_v6_protosw_init(void) { return 0; } |
390 | static inline void sctp_v6_protosw_exit(void) { return; } | 390 | static inline void sctp_v6_protosw_exit(void) { return; } |