summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-02-17 15:41:55 -0500
committerDavid S. Miller <davem@davemloft.net>2016-02-17 15:41:55 -0500
commit7530e44c5403308e80b838fbe2d74f8a6ee007b5 (patch)
tree3296c8c8aa3a0f09f11df7f55afd34f330f289e1 /include
parentbd4508e8507cbeee3c0fd96a1f96327b07c490b9 (diff)
parent1cd4d5c4326a7ed3bb0e346bd7d20f5057a80ae6 (diff)
downloadblackbird-obmc-linux-7530e44c5403308e80b838fbe2d74f8a6ee007b5.tar.gz
blackbird-obmc-linux-7530e44c5403308e80b838fbe2d74f8a6ee007b5.zip
Merge branch 'sctp-cleanups'
Xin Long says: ==================== sctp: some cleanups for sctp There are some unused function and redundant rcu locks should be removed. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/sctp/structs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 205630bb5010..d05b56641abc 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -535,7 +535,6 @@ struct sctp_datamsg {
struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *,
struct sctp_sndrcvinfo *,
struct iov_iter *);
-void sctp_datamsg_free(struct sctp_datamsg *);
void sctp_datamsg_put(struct sctp_datamsg *);
void sctp_chunk_fail(struct sctp_chunk *, int error);
int sctp_chunk_abandoned(struct sctp_chunk *);
OpenPOWER on IntegriCloud