missing export of csum_partial() on uml/amd64

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Al Viro 2008-05-21 06:32:11 +01:00 committed by Linus Torvalds
parent d347926a7e
commit 3e3b48e519
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#include "linux/module.h"
#include "asm/string.h"
#include <linux/module.h>
#include <asm/string.h>
#include <asm/checksum.h>
/*XXX: we need them because they would be exported by x86_64 */
EXPORT_SYMBOL(__memcpy);
EXPORT_SYMBOL(csum_partial);