[patch 32/33] m68k: export csum_partial_copy_from_user
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Date: Tue, 01 May 2007 22:33:06 +0200
net/rxrpc/af-rxrpc.ko needs csum_partial_copy_from_user
Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
---
arch/m68k/lib/checksum.c | 3 +++
1 file changed, 3 insertions(+)
--- linux-m68k-2.6.21.orig/arch/m68k/lib/checksum.c
+++ linux-m68k-2.6.21/arch/m68k/lib/checksum.c
@@ -320,6 +320,9 @@ csum_partial_copy_from_user(const void _
return(sum);
}
+EXPORT_SYMBOL(csum_partial_copy_from_user);
+
+
/*
* copy from kernel space while checksumming, otherwise like csum_partial
*/
--
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [patch 00/33] m68k patches for 2.6.22
- From: Geert Uytterhoeven
- [patch 00/33] m68k patches for 2.6.22
- Prev by Date: [patch 04/33] m68k: Atari keyboard and mouse support.
- Next by Date: [patch 30/33] Amiga Zorro bus: kill resource_size_t warnings
- Previous by thread: Re: [patch 04/33] m68k: Atari keyboard and mouse support.
- Next by thread: [patch 30/33] Amiga Zorro bus: kill resource_size_t warnings
- Index(es):