From: Al Viro Date: Sun, 15 Jul 2007 20:00:31 +0000 (+0100) Subject: frv: missing __clear_user() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b4a06918c2534fc9655424e75c879bf523aa5b06;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 3d90e1018ee2..53650c958f41 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) {