From: Xin Long Date: Thu, 3 Aug 2017 07:42:17 +0000 (+0800) Subject: sctp: remove the typedef sctp_cwr_chunk_t X-Git-Tag: v4.14-rc1~130^2~381^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05b25d0ba68d5b6d5d06f7c6cc3fec49ffa2df38;p=platform%2Fkernel%2Flinux-rpi.git sctp: remove the typedef sctp_cwr_chunk_t Remove this typedef including the struct, there is even no places using it. Signed-off-by: Xin Long Signed-off-by: David S. Miller --- diff --git a/include/linux/sctp.h b/include/linux/sctp.h index 3c8c418..2a97639 100644 --- a/include/linux/sctp.h +++ b/include/linux/sctp.h @@ -535,11 +535,6 @@ struct sctp_cwrhdr { __be32 lowest_tsn; }; -typedef struct sctp_cwr_chunk { - struct sctp_chunkhdr chunk_hdr; - struct sctp_cwrhdr cwr_hdr; -} sctp_cwr_chunk_t; - /* PR-SCTP * 3.2 Forward Cumulative TSN Chunk Definition (FORWARD TSN) *