diff options
Diffstat (limited to 'net/dccp/ipv6.c')
-rw-r--r-- | net/dccp/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index e0a0607862ef..f28e406a4a1f 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c | |||
@@ -59,7 +59,7 @@ static void dccp_v6_hash(struct sock *sk) | |||
59 | } | 59 | } |
60 | 60 | ||
61 | /* add pseudo-header to DCCP checksum stored in skb->csum */ | 61 | /* add pseudo-header to DCCP checksum stored in skb->csum */ |
62 | static inline u16 dccp_v6_csum_finish(struct sk_buff *skb, | 62 | static inline __sum16 dccp_v6_csum_finish(struct sk_buff *skb, |
63 | struct in6_addr *saddr, | 63 | struct in6_addr *saddr, |
64 | struct in6_addr *daddr) | 64 | struct in6_addr *daddr) |
65 | { | 65 | { |