]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/lib/checksum.c
[ARM] 4794/1: S3C24XX: Comonise S3C2440 and S3C2442 clock code
[linux-2.6-omap-h63xx.git] / arch / ia64 / lib / checksum.c
index 4411d9baeb21699130d4665d03fea6bf30d2c102..9fc955026f866b5fda8fb196fb72311fbcc7f0dc 100644 (file)
@@ -60,6 +60,7 @@ csum_tcpudp_nofold (__be32 saddr, __be32 daddr, unsigned short len,
        result = (result & 0xffffffff) + (result >> 32);
        return (__force __wsum)result;
 }
+EXPORT_SYMBOL(csum_tcpudp_nofold);
 
 extern unsigned long do_csum (const unsigned char *, long);