1
0
Fork 0

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>
wifi-calibration
Jesper Nilsson 2015-01-16 15:34:55 +01:00
parent c59c961ca5
commit 4806f8bb8d
1 changed files with 1 additions and 0 deletions

View File

@ -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);