]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sctp/crc32c.c
allow LEGACY_PTYS to be set to 0
[linux-2.6-omap-h63xx.git] / net / sctp / crc32c.c
index 59cf7b06d216c7450cbf1bec1f3965812d63fff8..181edabdb8ca20ddde59c43f72d263b296087198 100644 (file)
@@ -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)
 {