Commit 3e3b48e5 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

missing export of csum_partial() on uml/amd64

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d347926a
#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);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment