diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-09-12 15:16:21 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 16:49:19 -0700 |
commit | 5c94bf86c865fb779f1743672b4d0f6cdd706728 (patch) | |
tree | 10c507e54cf2609afe8a5ad30fbaf67c58192cdc /include | |
parent | 464771fe4743afd00ebff65aee0983fa1aa1da4f (diff) | |
download | talos-op-linux-5c94bf86c865fb779f1743672b4d0f6cdd706728.tar.gz talos-op-linux-5c94bf86c865fb779f1743672b4d0f6cdd706728.zip |
[SCTP]: Make sctp_addto_param() static.
sctp_addto_param() can become static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/sctp/structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index baff49dfcdbd..67c91d01b635 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h @@ -731,7 +731,6 @@ int sctp_user_addto_chunk(struct sctp_chunk *chunk, int off, int len, struct iovec *data); void sctp_chunk_free(struct sctp_chunk *); void *sctp_addto_chunk(struct sctp_chunk *, int len, const void *data); -void *sctp_addto_param(struct sctp_chunk *, int len, const void *data); struct sctp_chunk *sctp_chunkify(struct sk_buff *, const struct sctp_association *, struct sock *); |