Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / arch / x86_64 / lib / csum-partial.c
index c493735..5384e22 100644 (file)
@@ -147,5 +147,4 @@ unsigned short ip_compute_csum(unsigned char * buff, int len)
 {
        return csum_fold(csum_partial(buff,len,0));
 }
-EXPORT_SYMBOL(ip_compute_csum);