Skip to content

Commit

Permalink
missing export of csum_partial() on uml/amd64
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed May 21, 2008
1 parent d347926 commit 3e3b48e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arch/um/sys-x86_64/ksyms.c
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 3e3b48e

Please sign in to comment.