Re: [2.6 patch] make dccp_write_xmit_timer() static again

2007-03-24 Thread David Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Sat, 24 Mar 2007 14:06:52 +0100 > dccp_write_xmit_timer() needlessly became global. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Applied, thanks Adrian. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message

[2.6 patch] make dccp_write_xmit_timer() static again

2007-03-24 Thread Adrian Bunk
dccp_write_xmit_timer() needlessly became global. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- net/dccp/dccp.h |1 - net/dccp/timer.c |2 +- 2 files changed, 1 insertion(+), 2 deletions(-) --- linux-2.6.21-rc4-mm1/net/dccp/dccp.h.old2007-03-23 23:39:37.0 +0100 +++ l