aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/crc32c.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-10-26 04:07:20 -0700
committerDavid S. Miller <davem@davemloft.net>2007-10-26 04:07:20 -0700
commitd84d64dcb3b54c900113f8dcd1240205ae164922 (patch)
tree7242462f5cda2cdf4402ba0e6726b5ce7a8beca8 /net/sctp/crc32c.c
parent[INET]: Unexport icmpmsg_statistics (diff)
downloadlinux-dev-d84d64dcb3b54c900113f8dcd1240205ae164922.tar.xz
linux-dev-d84d64dcb3b54c900113f8dcd1240205ae164922.zip
[SCTP]: #if 0 sctp_update_copy_cksum()
sctp_update_copy_cksum() is no longer used. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/sctp/crc32c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sctp/crc32c.c b/net/sctp/crc32c.c
index 59cf7b06d216..181edabdb8ca 100644
--- a/net/sctp/crc32c.c
+++ b/net/sctp/crc32c.c
@@ -170,6 +170,7 @@ __u32 sctp_update_cksum(__u8 *buffer, __u16 length, __u32 crc32)
return crc32;
}
+#if 0
__u32 sctp_update_copy_cksum(__u8 *to, __u8 *from, __u16 length, __u32 crc32)
{
__u32 i;
@@ -186,6 +187,7 @@ __u32 sctp_update_copy_cksum(__u8 *to, __u8 *from, __u16 length, __u32 crc32)
return crc32;
}
+#endif /* 0 */
__u32 sctp_end_cksum(__u32 crc32)
{