[SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c
authorVlad Yasevich <vladislav.yasevich@hp.com>
Sun, 16 Sep 2007 23:04:37 +0000 (16:04 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:51:23 +0000 (16:51 -0700)
The sctp_[rw]mem definitions should really be in protocol.c
since that is where they are initialized.  This also allows
one to build a kernel without sysctl support.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found