diff options
author | Xin Long <lucien.xin@gmail.com> | 2017-07-17 11:29:54 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-16 20:52:14 -0700 |
commit | c1dd5df39be5a98c843b9352c22c5569f84bec44 (patch) | |
tree | f83dd974c39d102cfefe9d685f96a988a448c4df /include/linux/sctp.h | |
parent | e925d506f1a21f7fd24a8fdd3e73e0810c655de4 (diff) |
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>
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 3ca3ab7302a6..75524829aa81 100644 --- a/include/linux/sctp.h +++ b/include/linux/sctp.h @@ -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; |