From: Alexey Dobriyan Date: Thu, 23 Jun 2005 07:08:32 +0000 (-0700) Subject: [PATCH] x86: #include asm/uaccess.h in asm/checksum.h X-Git-Tag: v2.6.13-rc1~68^2~488 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ed8817966dd723754a990f1003264a21b5747e;p=pandora-kernel.git [PATCH] x86: #include asm/uaccess.h in asm/checksum.h 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed