Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
#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);