projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59c961
)
CRIS: Export csum_partial_copy_nocheck
author
Jesper Nilsson
<jespern@axis.com>
Fri, 16 Jan 2015 14:34:55 +0000
(15:34 +0100)
committer
Jesper Nilsson
<jespern@axis.com>
Thu, 29 Jan 2015 09:10:08 +0000
(10:10 +0100)
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>
arch/cris/kernel/crisksyms.c
patch
|
blob
|
history
diff --git
a/arch/cris/kernel/crisksyms.c
b/arch/cris/kernel/crisksyms.c
index 3908b942fd4c216c878e66faa39e254e1032d017..e704f81f85cc7e9642a4ca64b88c180e70ef0f5d 100644
(file)
--- 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);