diff options
Diffstat (limited to 'include/net/udplite.h')
-rw-r--r-- | include/net/udplite.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/udplite.h b/include/net/udplite.h index 71375459a884..2caadabcd07b 100644 --- a/include/net/udplite.h +++ b/include/net/udplite.h | |||
@@ -126,7 +126,7 @@ static inline __wsum udplite_csum(struct sk_buff *skb) | |||
126 | return skb_checksum(skb, off, len, 0); | 126 | return skb_checksum(skb, off, len, 0); |
127 | } | 127 | } |
128 | 128 | ||
129 | extern void udplite4_register(void); | 129 | void udplite4_register(void); |
130 | extern int udplite_get_port(struct sock *sk, unsigned short snum, | 130 | int udplite_get_port(struct sock *sk, unsigned short snum, |
131 | int (*scmp)(const struct sock *, const struct sock *)); | 131 | int (*scmp)(const struct sock *, const struct sock *)); |
132 | #endif /* _UDPLITE_H */ | 132 | #endif /* _UDPLITE_H */ |