Re: [Qemu-devel] [PATCH] net: Remove unused net-checksum.c file

2011-04-03 Thread Aurelien Jarno
On Mon, Mar 28, 2011 at 10:00:30PM +0100, Stefan Hajnoczi wrote: > The common checksum functions were moved to net/checksum.c in commit > 7200ac3c7c8eefe574193b49eeff09f120e11ec7 but the original net-checksum.c > was never deleted from the source tree. Remove it now since all users > of the checks

[Qemu-devel] [PATCH] net: Remove unused net-checksum.c file

2011-03-28 Thread Stefan Hajnoczi
The common checksum functions were moved to net/checksum.c in commit 7200ac3c7c8eefe574193b49eeff09f120e11ec7 but the original net-checksum.c was never deleted from the source tree. Remove it now since all users of the checksum functions link against net/checksum.o and net-checksum.c is not even c