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:
65f7710
)
sctp: remove the typedef sctp_cwr_chunk_t
author
Xin Long
<lucien.xin@gmail.com>
Thu, 3 Aug 2017 07:42:17 +0000
(15:42 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 3 Aug 2017 16:45:47 +0000
(09:45 -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/linux/sctp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/sctp.h
b/include/linux/sctp.h
index 3c8c418425e67835068e5d54069dbbe16b99d23d..2a97639eb0350363b6909511b0ef04cb95b73eff 100644
(file)
--- a/
include/linux/sctp.h
+++ b/
include/linux/sctp.h
@@
-535,11
+535,6
@@
struct sctp_cwrhdr {
__be32 lowest_tsn;
};
-typedef struct sctp_cwr_chunk {
- struct sctp_chunkhdr chunk_hdr;
- struct sctp_cwrhdr cwr_hdr;
-} sctp_cwr_chunk_t;
-
/* PR-SCTP
* 3.2 Forward Cumulative TSN Chunk Definition (FORWARD TSN)
*