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:
parent
d347926a7e
commit
3e3b48e519
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue