[SCTP] net/sctp/socket.c: make 3 variables static
authorAdrian Bunk <bunk@kernel.org>
Wed, 12 Sep 2007 13:18:00 +0000 (15:18 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:49:19 +0000 (16:49 -0700)
This patch makes the following needlessly global variables static:
- sctp_memory_pressure
- sctp_memory_allocated
- sctp_sockets_allocated

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found