commit | b0c438e642699f8c47b84de957f30cf586cdbebd | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Thu Feb 21 13:55:02 2013 +0400 |
committer | Chris Zankel <chris@zankel.net> | Sat Feb 23 19:23:13 2013 -0800 |
tree | a41c7762ea97ff10f4f9450d3366057e9f7e674c | |
parent | e98c5b5b52aa12f81197296d3498096345a5859f [diff] |
xtensa: add missing include asm/uaccess.h to checksum.h This fixes the following build errors seen in the linux-next: arch/xtensa/include/asm/checksum.h:247:2: error: implicit declaration of function 'access_ok' [-Werror=implicit-function-declaration] arch/xtensa/include/asm/checksum.h:247:16: error: 'VERIFY_WRITE' undeclared (first use in this function) Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>