aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300/kernel/h8300_ksyms.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/kernel/h8300_ksyms.c')
-rw-r--r--arch/h8300/kernel/h8300_ksyms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/h8300_ksyms.c b/arch/h8300/kernel/h8300_ksyms.c
index 9b4be053de3..d1b15267ac8 100644
--- a/arch/h8300/kernel/h8300_ksyms.c
+++ b/arch/h8300/kernel/h8300_ksyms.c
@@ -39,7 +39,7 @@ EXPORT_SYMBOL(enable_irq);
EXPORT_SYMBOL(disable_irq);
/* Networking helper routines. */
-EXPORT_SYMBOL(csum_partial_copy);
+EXPORT_SYMBOL(csum_partial_copy_nocheck);
/* The following are special because they're not called
explicitly (the C compiler generates them). Fortunately,