From: Alexey Dobriyan csum_and_copy_to_user is static inline and uses VERIFY_WRITE. Patch allows to remove asm/uaccess.h from i386_ksyms.c without dependency surprises. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton --- include/asm-i386/checksum.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/asm-i386/checksum.h~x86-include-asm-uaccessh-in-asm-checksumh include/asm-i386/checksum.h --- 25/include/asm-i386/checksum.h~x86-include-asm-uaccessh-in-asm-checksumh 2005-05-25 00:31:47.000000000 -0700 +++ 25-akpm/include/asm-i386/checksum.h 2005-05-25 00:31:47.000000000 -0700 @@ -3,6 +3,8 @@ #include +#include + /* * computes the checksum of a memory block at buff, length len, * and adds in "sum" (32-bit) _