Re: [2.6 patch] net/sctp/auth.c: make 3 functions static

2007-10-26 Thread David Miller
From: Vlad Yasevich <[EMAIL PROTECTED]> Date: Wed, 24 Oct 2007 16:27:38 -0400 > Adrian Bunk wrote: > > This patch makes three needlessly global functions static. > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > ACK. Thanks for catching these.. Applied, thanks everyone. - To unsubscri

Re: [2.6 patch] net/sctp/auth.c: make 3 functions static

2007-10-24 Thread Vlad Yasevich
Adrian Bunk wrote: > This patch makes three needlessly global functions static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> ACK. Thanks for catching these.. -vlad - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majord

[2.6 patch] net/sctp/auth.c: make 3 functions static

2007-10-24 Thread Adrian Bunk
This patch makes three needlessly global functions static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/net/sctp/auth.h |1 - net/sctp/auth.c |6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) 102a72ca5278d3c502bee6af4c4d11c9876d5a2d diff --git a/include