]> git.baikalelectronics.ru Git - kernel.git/commit
hexagon: Use raw_copy_to_user
authorGuenter Roeck <linux@roeck-us.net>
Wed, 3 May 2017 03:44:16 +0000 (20:44 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 11 Jun 2017 02:10:31 +0000 (19:10 -0700)
commitf5e5fe23b9048495f8d71f802a7d7d8d3fe8e12f
tree51126ad177e4af11c6c9185b61466291b41d79d4
parent98a927def0a21f7902d037a27fcffad09c7f1d96
hexagon: Use raw_copy_to_user

Commit ed484932e35a ("hexagon: switch to RAW_COPY_USER") replaced
__copy_to_user_hexagon() with raw_copy_to_user(), but did not catch
all callers, resulting in the following build error.

arch/hexagon/mm/uaccess.c: In function '__clear_user_hexagon':
arch/hexagon/mm/uaccess.c:40:3: error:
implicit declaration of function '__copy_to_user_hexagon'

Fixes: ed484932e35a ("hexagon: switch to RAW_COPY_USER")
Cc: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Richard Kuo <rkuo@codeaurora.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
arch/hexagon/mm/uaccess.c