Re: [2.6 patch] net/sctp/: make 2 functions static

2006-12-17 Thread Sridhar Samudrala
Adrian Bunk wrote: This patch makes the following needlessly global functions static: - ipv6.c: sctp_inet6addr_event() - protocol.c: sctp_inetaddr_event() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Acked-by: Sridhar Samudrala <[EMAIL PROTECTED]> Thanks Sridhar --- include/net/sctp/s

[2.6 patch] net/sctp/: make 2 functions static

2006-12-16 Thread Adrian Bunk
This patch makes the following needlessly global functions static: - ipv6.c: sctp_inet6addr_event() - protocol.c: sctp_inetaddr_event() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/net/sctp/sctp.h |2 -- net/sctp/ipv6.c |4 ++-- net/sctp/protocol.c |4 ++--