diff options
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/structs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 482c2aab3d67..a17701740624 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1185,9 +1185,7 @@ int sctp_bind_addr_copy(struct sctp_bind_addr *dest, | |||
1185 | int flags); | 1185 | int flags); |
1186 | int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *, | 1186 | int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *, |
1187 | __u8 use_as_src, gfp_t gfp); | 1187 | __u8 use_as_src, gfp_t gfp); |
1188 | int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *, | 1188 | int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *); |
1189 | void fastcall (*rcu_call)(struct rcu_head *, | ||
1190 | void (*func)(struct rcu_head *))); | ||
1191 | int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *, | 1189 | int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *, |
1192 | struct sctp_sock *); | 1190 | struct sctp_sock *); |
1193 | union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp, | 1191 | union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp, |