]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/sctp/protocol.c
[SCTP]: make 2 functions static
authorAdrian Bunk <bunk@stusta.de>
Thu, 21 Dec 2006 00:08:22 +0000 (16:08 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Dec 2006 19:12:05 +0000 (11:12 -0800)
commit24123186fa271e7ad34a40f815782e6205f34ff7
tree5db803011d88a66eb52a37a30a0e7aa4a8f76e1f
parent0f3fffd8ab1db7658c97c167e8ab001cc814e1f4
[SCTP]: make 2 functions static

This patch makes the following needlessly global functions static:
- ipv6.c: sctp_inet6addr_event()
- protocol.c: sctp_inetaddr_event()

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sctp.h
net/sctp/ipv6.c
net/sctp/protocol.c