sctp: remove struct sctp_ecn_capable_param

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>
This commit is contained in:
Xin Long 2017-07-17 11:29:54 +08:00 committed by David S. Miller
parent e925d506f1
commit c1dd5df39b
1 changed files with 0 additions and 5 deletions

View File

@ -302,11 +302,6 @@ struct sctp_supported_addrs_param {
__be16 types[0]; __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 */ /* ADDIP Section 3.2.6 Adaptation Layer Indication */
typedef struct sctp_adaptation_ind_param { typedef struct sctp_adaptation_ind_param {
struct sctp_paramhdr param_hdr; struct sctp_paramhdr param_hdr;