Commit 05b25d0b authored by Xin Long's avatar Xin Long Committed by David S. Miller

sctp: remove the typedef sctp_cwr_chunk_t

Remove this typedef including the struct, there is even no places
using it.
Signed-off-by: default avatarXin Long <lucien.xin@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 65f77105
......@@ -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)
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment