sctp: move global declaration to header file.
authorsebastian@breakpoint.cc <sebastian@breakpoint.cc>
Thu, 26 Jul 2007 21:21:32 +0000 (23:21 +0200)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 1 Aug 2007 15:19:06 +0000 (11:19 -0400)
commit0a5fcb9cf8e5c3fabaab1c20668f58fe85d7c70d
tree508f08c2a9724529818fbbdfe38a7462f4dd7061
parent046752104c7090e3679b09274f02d8fd2aa0b4b2
sctp: move global declaration to header file.

sctp_chunk_cachep & sctp_bucket_cachep is used module global, so move it
to a header file.

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