hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/ia64/include/asm/checksum.h
....@@ -38,19 +38,6 @@
3838 extern __wsum csum_partial(const void *buff, int len, __wsum sum);
3939
4040 /*
41
- * Same as csum_partial, but copies from src while it checksums.
42
- *
43
- * Here it is even more important to align src and dst on a 32-bit (or
44
- * even better 64-bit) boundary.
45
- */
46
-extern __wsum csum_partial_copy_from_user(const void __user *src, void *dst,
47
- int len, __wsum sum,
48
- int *errp);
49
-
50
-extern __wsum csum_partial_copy_nocheck(const void *src, void *dst,
51
- int len, __wsum sum);
52
-
53
-/*
5441 * This routine is used for miscellaneous IP-like checksums, mainly in
5542 * icmp.c
5643 */