aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-11 03:36:13 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:45 -0500
commitfcfdd0f14f94d47f2f650a24cd111e11475ccada (patch)
tree3aa31620c31d66fb1ed72a93a3345e454f1df652 /arch
parent63e2c803326babe74033b3cbe6e8c550037c554f (diff)
sh: Split out checksum.h in to _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-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);
141#endif 141#endif
142 142
143EXPORT_SYMBOL(csum_partial); 143EXPORT_SYMBOL(csum_partial);
144#ifdef CONFIG_SUPERH32
144EXPORT_SYMBOL(csum_partial_copy_generic); 145EXPORT_SYMBOL(csum_partial_copy_generic);
146#endif
145#ifdef CONFIG_IPV6 147#ifdef CONFIG_IPV6
146EXPORT_SYMBOL(csum_ipv6_magic); 148EXPORT_SYMBOL(csum_ipv6_magic);
147#endif 149#endif