summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesper Nilsson <jespern@axis.com>2015-01-16 14:34:55 (GMT)
committerJesper Nilsson <jespern@axis.com>2015-01-29 09:10:08 (GMT)
commit4806f8bb8d58821bd70c32126813b99962ad185a (patch)
treec8102876be394a950cd4c530dc9dc17dcb6c12fb
parentc59c961ca511dc7ee2f4f7e9c224d16f5c76ca6e (diff)
downloadlinux-4806f8bb8d58821bd70c32126813b99962ad185a.tar.xz
CRIS: Export csum_partial_copy_nocheck
Allows that symbol to be used in modules, and fixes the following on allmodconfig: ERROR: "csum_partial_copy_nocheck" [net/ipv6/ipv6.ko] undefined! Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
-rw-r--r--arch/cris/kernel/crisksyms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/kernel/crisksyms.c b/arch/cris/kernel/crisksyms.c
index 3908b94..e704f81 100644
--- a/arch/cris/kernel/crisksyms.c
+++ b/arch/cris/kernel/crisksyms.c
@@ -67,3 +67,4 @@ EXPORT_SYMBOL(schedule_usleep);
#endif
EXPORT_SYMBOL(csum_partial);
EXPORT_SYMBOL(csum_partial_copy_from_user);
+EXPORT_SYMBOL(csum_partial_copy_nocheck);