aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/checksum.h
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2006-01-12 01:06:28 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-12 09:09:03 -0800
commit6225d85f171f8b7a776850d30352bd196f9bd0d6 (patch)
tree3a3139d1428a78152b383509aaebc04d0a45904e /include/asm-m68k/checksum.h
parent[PATCH] m68k: syscalls __user annotation (diff)
downloadlinux-dev-6225d85f171f8b7a776850d30352bd196f9bd0d6.tar.xz
linux-dev-6225d85f171f8b7a776850d30352bd196f9bd0d6.zip
[PATCH] m68k: checksum __user annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-m68k/checksum.h')
-rw-r--r--include/asm-m68k/checksum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/checksum.h b/include/asm-m68k/checksum.h
index 78860c20db01..17280ef719f5 100644
--- a/include/asm-m68k/checksum.h
+++ b/include/asm-m68k/checksum.h
@@ -25,7 +25,7 @@ unsigned int csum_partial(const unsigned char * buff, int len, unsigned int sum)
* better 64-bit) boundary
*/
-extern unsigned int csum_partial_copy_from_user(const unsigned char *src,
+extern unsigned int csum_partial_copy_from_user(const unsigned char __user *src,
unsigned char *dst,
int len, int sum,
int *csum_err);