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:
365ddb6
)
sctp: remove the typedef sctp_hostname_param_t
author
Xin Long
<lucien.xin@gmail.com>
Mon, 17 Jul 2017 03:29:52 +0000
(11:29 +0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 17 Jul 2017 03:52:13 +0000
(20:52 -0700)
Remove this 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/linux/sctp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/sctp.h
b/include/linux/sctp.h
index d8f9d8f8649bddb2329669fa737865513f021b5d..c43e9067d41ae7bdbac598d5caa6dfd0e718f061 100644
(file)
--- a/
include/linux/sctp.h
+++ b/
include/linux/sctp.h
@@
-291,10
+291,10
@@
struct sctp_cookie_preserve_param {
};
/* Section 3.3.2.1 Host Name Address (11) */
-
typedef
struct sctp_hostname_param {
+struct sctp_hostname_param {
struct sctp_paramhdr param_hdr;
uint8_t hostname[0];
-}
sctp_hostname_param_t
;
+};
/* Section 3.3.2.1 Supported Address Types (12) */
typedef struct sctp_supported_addrs_param {