Re: [RFC: 2.6 patch] net/ipv4/ip_output.c: make ip_fragment() static

2006-01-07 Thread David S. Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Sat, 7 Jan 2006 19:15:33 +0100 > Since there's no longer any external user of ip_fragment() we can make > it static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Works for me, applied. Thanks. - To unsubscribe from this list: send the line "uns

[RFC: 2.6 patch] net/ipv4/ip_output.c: make ip_fragment() static

2006-01-07 Thread Adrian Bunk
Since there's no longer any external user of ip_fragment() we can make it static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/net/ip.h |1 - net/ipv4/ip_output.c |5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- linux-2.6.15-mm2-full/include/net/ip.h.o