From: Al Viro Date: Sun, 15 Jul 2007 20:00:31 +0000 (+0100) Subject: frv: missing __clear_user() X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=b4a06918c2534fc9655424e75c879bf523aa5b06;p=linux-edison.git frv: missing __clear_user() Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/include/asm-frv/uaccess.h b/include/asm-frv/uaccess.h index 3d90e1018ee..53650c958f4 100644 --- a/include/asm-frv/uaccess.h +++ b/include/asm-frv/uaccess.h @@ -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) {