]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
sctp: remove struct sctp_ecn_capable_param
authorXin Long <lucien.xin@gmail.com>
Mon, 17 Jul 2017 03:29:54 +0000 (11:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jul 2017 03:52:14 +0000 (20:52 -0700)
Remove it, 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 3ca3ab7302a64ab0cdc1e3ae946bda4af496744f..75524829aa8179aecac965326f3106640d0f835d 100644 (file)
@@ -302,11 +302,6 @@ struct sctp_supported_addrs_param {
        __be16 types[0];
 };
 
-/* Appendix A. ECN Capable (32768) */
-typedef struct sctp_ecn_capable_param {
-       struct sctp_paramhdr param_hdr;
-} sctp_ecn_capable_param_t;
-
 /* ADDIP Section 3.2.6 Adaptation Layer Indication */
 typedef struct sctp_adaptation_ind_param {
        struct sctp_paramhdr param_hdr;