diff options
author | Xin Long <lucien.xin@gmail.com> | 2017-08-03 15:42:17 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-03 09:45:47 -0700 |
commit | 05b25d0ba68d5b6d5d06f7c6cc3fec49ffa2df38 (patch) | |
tree | 4c59dc9453ab339d73f0b26f6c4c94ea8fcbbbf2 /include/linux/sctp.h | |
parent | 65f77105438a7793836d7ba2d9a05fa585b8caf9 (diff) |
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 <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/sctp.h')
-rw-r--r-- | include/linux/sctp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/sctp.h b/include/linux/sctp.h index 3c8c418425e6..2a97639eb035 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) * |