diff options
author | Xin Long <lucien.xin@gmail.com> | 2017-08-11 10:23:55 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-11 10:02:44 -0700 |
commit | eb662a6a9b2a4ee3c76bbfc4c23f4dc56859b0f3 (patch) | |
tree | 04dabdfc8a93a3346a0fcc43e20856a822b51ac2 /include/net/sctp/sm.h | |
parent | e08af95df1130883762b388a19bb150ae5d16c09 (diff) | |
download | linux-eb662a6a9b2a4ee3c76bbfc4c23f4dc56859b0f3.tar.bz2 |
sctp: remove the unused typedef sctp_sm_command_t
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>
Diffstat (limited to 'include/net/sctp/sm.h')
-rw-r--r-- | include/net/sctp/sm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/sctp/sm.h b/include/net/sctp/sm.h index 9af64b98d96b..3ca75a6c4b5e 100644 --- a/include/net/sctp/sm.h +++ b/include/net/sctp/sm.h @@ -65,11 +65,6 @@ typedef enum { SCTP_DISPOSITION_BUG, /* This is a bug. */ } sctp_disposition_t; -typedef struct { - int name; - int action; -} sctp_sm_command_t; - typedef sctp_disposition_t (sctp_state_fn_t) (struct net *, const struct sctp_endpoint *, const struct sctp_association *, |