diff options
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/lib/checksum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/lib/checksum.c b/arch/alpha/lib/checksum.c index ab3761c437a8..8698e0746f9f 100644 --- a/arch/alpha/lib/checksum.c +++ b/arch/alpha/lib/checksum.c | |||
@@ -69,6 +69,7 @@ __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, | |||
69 | result = (result & 0xffffffff) + (result >> 32); | 69 | result = (result & 0xffffffff) + (result >> 32); |
70 | return (__force __wsum)result; | 70 | return (__force __wsum)result; |
71 | } | 71 | } |
72 | EXPORT_SYMBOL(csum_tcpudp_nofold); | ||
72 | 73 | ||
73 | /* | 74 | /* |
74 | * Do a 64-bit checksum on an arbitrary memory area.. | 75 | * Do a 64-bit checksum on an arbitrary memory area.. |