Skip to content
Snippets Groups Projects
Commit 3e3b48e5 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

missing export of csum_partial() on uml/amd64

parent d347926a
No related merge requests found
#include "linux/module.h" #include <linux/module.h>
#include "asm/string.h" #include <asm/string.h>
#include <asm/checksum.h>
/*XXX: we need them because they would be exported by x86_64 */ /*XXX: we need them because they would be exported by x86_64 */
EXPORT_SYMBOL(__memcpy); EXPORT_SYMBOL(__memcpy);
EXPORT_SYMBOL(csum_partial);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment