net: move net-checksum.c under net/

Also add a new net/checksum.h header

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Mark McLoughlin 2009-10-22 17:49:03 +01:00 committed by Anthony Liguori
parent e1144d006d
commit 7200ac3c7c
7 changed files with 119 additions and 9 deletions

View file

@ -25,6 +25,7 @@
#include "hw.h"
#include "pci.h"
#include "net.h"
#include "net/checksum.h"
#include "loader.h"
#include "e1000_hw.h"