aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/stream_sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sctp/stream_sched.h')
-rw-r--r--include/net/sctp/stream_sched.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/sctp/stream_sched.h b/include/net/sctp/stream_sched.h
index 65058faea4db1c..fa00dc20a0d730 100644
--- a/include/net/sctp/stream_sched.h
+++ b/include/net/sctp/stream_sched.h
@@ -28,8 +28,6 @@ struct sctp_sched_ops {
int (*init_sid)(struct sctp_stream *stream, __u16 sid, gfp_t gfp);
/* free a stream */
void (*free_sid)(struct sctp_stream *stream, __u16 sid);
- /* Frees the entire thing */
- void (*free)(struct sctp_stream *stream);
/* Enqueue a chunk */
void (*enqueue)(struct sctp_outq *q, struct sctp_datamsg *msg);