diff options
Diffstat (limited to 'net/sctp/ulpqueue.c')
| -rw-r--r-- | net/sctp/ulpqueue.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c index 7b23803343cc..c7f7e49609cb 100644 --- a/net/sctp/ulpqueue.c +++ b/net/sctp/ulpqueue.c | |||
| @@ -41,6 +41,7 @@ | |||
| 41 | * be incorporated into the next SCTP release. | 41 | * be incorporated into the next SCTP release. |
| 42 | */ | 42 | */ |
| 43 | 43 | ||
| 44 | #include <linux/slab.h> | ||
| 44 | #include <linux/types.h> | 45 | #include <linux/types.h> |
| 45 | #include <linux/skbuff.h> | 46 | #include <linux/skbuff.h> |
| 46 | #include <net/sock.h> | 47 | #include <net/sock.h> |
| @@ -954,7 +955,6 @@ void sctp_ulpq_skip(struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn) | |||
| 954 | * ordering and deliver them if needed. | 955 | * ordering and deliver them if needed. |
| 955 | */ | 956 | */ |
| 956 | sctp_ulpq_reap_ordered(ulpq, sid); | 957 | sctp_ulpq_reap_ordered(ulpq, sid); |
| 957 | return; | ||
| 958 | } | 958 | } |
| 959 | 959 | ||
| 960 | static __u16 sctp_ulpq_renege_list(struct sctp_ulpq *ulpq, | 960 | static __u16 sctp_ulpq_renege_list(struct sctp_ulpq *ulpq, |
| @@ -1063,7 +1063,6 @@ void sctp_ulpq_renege(struct sctp_ulpq *ulpq, struct sctp_chunk *chunk, | |||
| 1063 | } | 1063 | } |
| 1064 | 1064 | ||
| 1065 | sk_mem_reclaim(asoc->base.sk); | 1065 | sk_mem_reclaim(asoc->base.sk); |
| 1066 | return; | ||
| 1067 | } | 1066 | } |
| 1068 | 1067 | ||
| 1069 | 1068 | ||
