diff options
Diffstat (limited to 'include/net/sctp/structs.h')
| -rw-r--r-- | include/net/sctp/structs.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 535a18f57a1..ab1c472ea75 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h @@ -524,8 +524,7 @@ static inline void sctp_ssn_skip(struct sctp_stream *stream, __u16 id,   */  struct sctp_af {  	int		(*sctp_xmit)	(struct sk_buff *skb, -					 struct sctp_transport *, -					 int ipfragok); +					 struct sctp_transport *);  	int		(*setsockopt)	(struct sock *sk,  					 int level,  					 int optname,  |