sctp: make locally used function static
authorsebastian@breakpoint.cc <sebastian@breakpoint.cc>
Thu, 26 Jul 2007 21:21:31 +0000 (23:21 +0200)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 1 Aug 2007 15:19:05 +0000 (11:19 -0400)
commit046752104c7090e3679b09274f02d8fd2aa0b4b2
tree01290170fb902ff8d21260ac643fe66f5bb981a3
parentfc34f6c617bf2a845d793af12b96bcc0afd472c4
sctp: make locally used function static

Forward declarion is static, the function itself is not. Make it
consistent.

Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/input.c
net/sctp/socket.c