projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b2b69e
)
sctp: remove the unused typedef sctp_packet_phandler_t
author
Xin Long
<lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:45 +0000
(10:23 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 11 Aug 2017 17:02:43 +0000
(10:02 -0700)
Remove this function typedef, 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/structs.h
patch
|
blob
|
history
diff --git
a/include/net/sctp/structs.h
b/include/net/sctp/structs.h
index fbe6e81b889b31f798683d296a51e4f658ae122b..73e9509c057e1916f62bbd38b34a7ab413bccbe2 100644
(file)
--- a/
include/net/sctp/structs.h
+++ b/
include/net/sctp/structs.h
@@
-657,8
+657,6
@@
struct sctp_sockaddr_entry {
#define SCTP_ADDRESS_TICK_DELAY 500
-typedef struct sctp_chunk *(sctp_packet_phandler_t)(struct sctp_association *);
-
/* This structure holds lists of chunks as we are assembling for
* transmission.
*/