From b4a06918c2534fc9655424e75c879bf523aa5b06 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 15 Jul 2007 21:00:31 +0100 Subject: frv: missing __clear_user() Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- include/asm-frv/uaccess.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asm-frv') 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) { -- cgit v1.2.3