diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-14 15:00:42 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-14 15:00:42 (GMT) |
commit | 3767f3f1ee11da55760616a2c68a09c02babdd9b (patch) | |
tree | 41f01349b06063bd9ba52c6bb852cb34797a9331 /arch/sh/kernel | |
parent | 2b74b85693c7c0772e8787883230cd15314555f8 (diff) | |
download | linux-3767f3f1ee11da55760616a2c68a09c02babdd9b.tar.xz |
sh: Convert sh64 to use the generic checksum code.
This plugs in GENERIC_CSUM support on sh64, and kills off all of the old
references.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/sh_ksyms_64.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sh/kernel/sh_ksyms_64.c b/arch/sh/kernel/sh_ksyms_64.c index 8f54ef0..f5bd156 100644 --- a/arch/sh/kernel/sh_ksyms_64.c +++ b/arch/sh/kernel/sh_ksyms_64.c @@ -38,13 +38,6 @@ EXPORT_SYMBOL(clear_user_page); EXPORT_SYMBOL(flush_dcache_page); #endif -/* Networking helper routines. */ -EXPORT_SYMBOL(csum_partial); -EXPORT_SYMBOL(csum_partial_copy_nocheck); -#ifdef CONFIG_IPV6 -EXPORT_SYMBOL(csum_ipv6_magic); -#endif - #ifdef CONFIG_VT EXPORT_SYMBOL(screen_info); #endif |