aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-11 17:36:13 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:45 +0900
commitfcfdd0f14f94d47f2f650a24cd111e11475ccada (patch)
tree3aa31620c31d66fb1ed72a93a3345e454f1df652 /arch/sh/kernel
parentsh: Plug in SH-5 ffz()/__ffs() bitops. (diff)
downloadlinux-dev-fcfdd0f14f94d47f2f650a24cd111e11475ccada.tar.xz
linux-dev-fcfdd0f14f94d47f2f650a24cd111e11475ccada.zip
sh: Split out checksum.h in to _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r--arch/sh/kernel/sh_ksyms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c
index e1a6de9088b5..bc5239ef88ce 100644
--- a/arch/sh/kernel/sh_ksyms.c
+++ b/arch/sh/kernel/sh_ksyms.c
@@ -141,7 +141,9 @@ EXPORT_SYMBOL(clear_user_page);
#endif
EXPORT_SYMBOL(csum_partial);
+#ifdef CONFIG_SUPERH32
EXPORT_SYMBOL(csum_partial_copy_generic);
+#endif
#ifdef CONFIG_IPV6
EXPORT_SYMBOL(csum_ipv6_magic);
#endif