1
0
Fork 0

frv: missing __clear_user()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
hifive-unleashed-5.1
Al Viro 2007-07-15 21:00:31 +01:00 committed by Linus Torvalds
parent c248725b61
commit b4a06918c2
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{