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:
fad71e4
)
Removed unused function sctp_addr_is_valid()
author
Sébastien Barré
<
[email protected]
>
Tue, 21 Oct 2014 13:26:15 +0000
(15:26 +0200)
committer
David S. Miller
<
[email protected]
>
Fri, 24 Oct 2014 04:37:21 +0000
(
00:37
-0400)
sctp_addr_is_valid() only appeared in its definition.
Acked-by: Neil Horman <
[email protected]
>
Signed-off-by: Sébastien Barré <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/net/sctp/structs.h
patch
|
blob
|
history
diff --git
a/include/net/sctp/structs.h
b/include/net/sctp/structs.h
index 4ff3f67be62caa2676b396fe1ff35076929415c1..806e3b5b33510dab4900dc66816a07bca8a51c26 100644
(file)
--- a/
include/net/sctp/structs.h
+++ b/
include/net/sctp/structs.h
@@
-1116,7
+1116,6
@@
int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw, int len,
sctp_scope_t sctp_scope(const union sctp_addr *);
int sctp_in_scope(struct net *net, const union sctp_addr *addr, const sctp_scope_t scope);
int sctp_is_any(struct sock *sk, const union sctp_addr *addr);
-int sctp_addr_is_valid(const union sctp_addr *addr);
int sctp_is_ep_boundall(struct sock *sk);