summaryrefslogtreecommitdiff
path: root/include/asm-sh
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.ninka.net>2002-10-15 11:43:12 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2002-10-15 11:43:12 -0700
commit8585093ed7b481ba6fb4e962702ba94d36a5ff4e (patch)
treeaafd90b4f70da873b321e0047deea3d155fb3e84 /include/asm-sh
parent9d99fd6a8dae33f309452f3aad9272a946ef8d59 (diff)
[NET]: Apply missed parts of csum_partial_copy killing patch.
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/checksum.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-sh/checksum.h b/include/asm-sh/checksum.h
index 3674b28ff024..5b96a7771934 100644
--- a/include/asm-sh/checksum.h
+++ b/include/asm-sh/checksum.h
@@ -58,14 +58,6 @@ unsigned int csum_partial_copy_from_user ( const char *src, char *dst,
}
/*
- * This is the old (and unsafe) way of doing checksums, a warning message will
- * be printed if it is used and an exeption occurs.
- *
- * this function should go away after some time.
- */
-unsigned int csum_partial_copy( const char *src, char *dst, int len, int sum);
-
-/*
* Fold a partial checksum
*/