]> git.baikalelectronics.ru Git - kernel.git/commit
net: sctp: remove SCTP_STATIC macro
authorDaniel Borkmann <dborkman@redhat.com>
Mon, 17 Jun 2013 09:40:05 +0000 (11:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Jun 2013 00:08:05 +0000 (17:08 -0700)
commit43b0b8af7e23b41425d9392c9b53358af1aa55b2
tree1dddcb3dc1458a2499aea40d9bfcac2379078926
parent16798020177069d8e6a56c281301215cac93244c
net: sctp: remove SCTP_STATIC macro

SCTP_STATIC is just another define for the static keyword. It's use
is inconsistent in the SCTP code anyway and it was introduced in the
initial implementation of SCTP in 2.5. We have a regression suite in
lksctp-tools, but this is for user space only, so noone makes use of
this macro anymore. The kernel test suite for 2.5 is incompatible with
the current SCTP code anyway.

So simply Remove it, to be more consistent with the rest of the kernel
code.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sctp.h
net/sctp/chunk.c
net/sctp/input.c
net/sctp/ipv6.c
net/sctp/protocol.c
net/sctp/sm_make_chunk.c
net/sctp/socket.c
net/sctp/tsnmap.c
net/sctp/ulpevent.c