X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fchecksum.h;h=d4256d5f3a7c1f84553fec367ccdf47eff71fb6f;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=f82f595c75af03b70d6fba5b9ef4a27816bbedc4;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-arm/checksum.h b/include/asm-arm/checksum.h index f82f595c7..d4256d5f3 100644 --- a/include/asm-arm/checksum.h +++ b/include/asm-arm/checksum.h @@ -37,7 +37,7 @@ unsigned int csum_partial_copy_nocheck(const char *src, char *dst, int len, int sum); unsigned int -csum_partial_copy_from_user(const char *src, char *dst, int len, int sum, int *err_ptr); +csum_partial_copy_from_user(const char __user *src, char *dst, int len, int sum, int *err_ptr); /* * This is the old (and unsafe) way of doing checksums, a warning message will