aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sctp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/linux/sctp.h5
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)
*