frv: missing __clear_user()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
b4a06918 c248725b

+2
+2
include/asm-frv/uaccess.h
··· 277 278 #endif 279 280 static inline unsigned long __must_check 281 __copy_to_user(void __user *to, const void *from, unsigned long n) 282 {
··· 277 278 #endif 279 280 + #define __clear_user clear_user 281 + 282 static inline unsigned long __must_check 283 __copy_to_user(void __user *to, const void *from, unsigned long n) 284 {