projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d911e9
)
[MIPS] Export csum_partial_copy_nocheck.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 10 Dec 2006 15:05:11 +0000
(15:05 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sun, 10 Dec 2006 21:52:11 +0000
(21:52 +0000)
ibmtr.c and typhoon.c use it.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/csum_partial_copy.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/lib/csum_partial_copy.c
b/arch/mips/lib/csum_partial_copy.c
index 1720f2ceeeae981551756c92e1bc9dc65e76d70e..06771040a267ada35c44fa9fde31e8dce0342285 100644
(file)
--- a/
arch/mips/lib/csum_partial_copy.c
+++ b/
arch/mips/lib/csum_partial_copy.c
@@
-7,6
+7,7
@@
* Copyright (C) 1998, 1999 Ralf Baechle
*/
#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/types.h>
#include <asm/byteorder.h>
#include <asm/string.h>
@@
-29,6
+30,8
@@
__wsum csum_partial_copy_nocheck(const void *src,
return sum;
}
+EXPORT_SYMBOL(csum_partial_copy_nocheck);
+
/*
* Copy from userspace and compute checksum. If we catch an exception
* then zero the rest of the buffer.