summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/checksum_32.S
diff options
context:
space:
mode:
authorIngo Molnar2016-10-16 11:31:39 +0200
committerIngo Molnar2016-10-16 11:31:39 +0200
commit1d33369db25eb7f37b7a8bd22d736888b4501a9c (patch)
tree116d764339be1bca928870151decbedc53a9e1d1 /arch/x86/um/checksum_32.S
parentx86/e820: Don't merge consecutive E820_PRAM ranges (diff)
parentLinux 4.9-rc1 (diff)
downloadkernel-qcow2-linux-1d33369db25eb7f37b7a8bd22d736888b4501a9c.tar.gz
kernel-qcow2-linux-1d33369db25eb7f37b7a8bd22d736888b4501a9c.tar.xz
kernel-qcow2-linux-1d33369db25eb7f37b7a8bd22d736888b4501a9c.zip
Merge tag 'v4.9-rc1' into x86/urgent, to pick up updates
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/um/checksum_32.S')
-rw-r--r--arch/x86/um/checksum_32.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/um/checksum_32.S b/arch/x86/um/checksum_32.S
index fa4b8b9841ff..b9933eb9274a 100644
--- a/arch/x86/um/checksum_32.S
+++ b/arch/x86/um/checksum_32.S
@@ -27,6 +27,7 @@
#include <asm/errno.h>
#include <asm/asm.h>
+#include <asm/export.h>
/*
* computes a partial checksum, e.g. for TCP/UDP fragments
@@ -214,3 +215,4 @@ csum_partial:
ret
#endif
+ EXPORT_SYMBOL(csum_partial)