Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
[pandora-kernel.git] / arch / x86 / lib / csum-partial_64.c
index bc503f5..9845371 100644 (file)
@@ -84,7 +84,7 @@ static unsigned do_csum(const unsigned char *buff, unsigned len)
                                count64--;
                        }
 
-                       /* last upto 7 8byte blocks */
+                       /* last up to 7 8byte blocks */
                        count %= 8; 
                        while (count) { 
                                asm("addq %1,%0\n\t"
@@ -136,8 +136,6 @@ __wsum csum_partial(const void *buff, int len, __wsum sum)
                                                (__force u32)sum);
 }
 
-EXPORT_SYMBOL(csum_partial);
-
 /*
  * this routine is used for miscellaneous IP-like checksums, mainly
  * in icmp.c