]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
sctp: remove the typedef sctp_cwr_chunk_t
authorXin Long <lucien.xin@gmail.com>
Thu, 3 Aug 2017 07:42:17 +0000 (15:42 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Aug 2017 16:45:47 +0000 (09:45 -0700)
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>
include/linux/sctp.h

index 3c8c418425e67835068e5d54069dbbe16b99d23d..2a97639eb0350363b6909511b0ef04cb95b73eff 100644 (file)
@@ -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)
  *