diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2002-10-15 11:43:12 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-10-15 11:43:12 -0700 |
| commit | 8585093ed7b481ba6fb4e962702ba94d36a5ff4e (patch) | |
| tree | aafd90b4f70da873b321e0047deea3d155fb3e84 /include/asm-alpha | |
| parent | 9d99fd6a8dae33f309452f3aad9272a946ef8d59 (diff) | |
[NET]: Apply missed parts of csum_partial_copy killing patch.
Diffstat (limited to 'include/asm-alpha')
| -rw-r--r-- | include/asm-alpha/checksum.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-alpha/checksum.h b/include/asm-alpha/checksum.h index 5c1fa2e5bdf3..c9501f230756 100644 --- a/include/asm-alpha/checksum.h +++ b/include/asm-alpha/checksum.h @@ -42,14 +42,6 @@ extern unsigned int csum_partial(const unsigned char * buff, int len, unsigned i * * here even more important to align src and dst on a 32-bit (or even * better 64-bit) boundary - * - * this will go away soon. - */ -unsigned int csum_partial_copy(const char *src, char *dst, int len, unsigned int sum); - -/* - * this is a new version of the above that records errors it finds in *errp, - * but continues and zeros the rest of the buffer. */ unsigned int csum_partial_copy_from_user(const char *src, char *dst, int len, unsigned int sum, int *errp); |
