projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e08af95
)
sctp: remove the unused typedef sctp_sm_command_t
author
Xin Long
<lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:55 +0000
(10:23 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 11 Aug 2017 17:02:44 +0000
(10:02 -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/net/sctp/sm.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/sctp/sm.h
b/include/net/sctp/sm.h
index 9af64b98d96b51cd1769ca35af806a1674cc1799..3ca75a6c4b5e8fdaa3c011eafc4ef54c16316b7c 100644
(file)
--- 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 *,