Commit b4a06918 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

frv: missing __clear_user()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c248725b
......@@ -277,6 +277,8 @@ extern long __memcpy_user(void *dst, const void *src, unsigned long count);
#endif
#define __clear_user clear_user
static inline unsigned long __must_check
__copy_to_user(void __user *to, const void *from, unsigned long n)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment