diff options
-rw-r--r-- | include/asm-frv/uaccess.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); | |||
277 | 277 | ||
278 | #endif | 278 | #endif |
279 | 279 | ||
280 | #define __clear_user clear_user | ||
281 | |||
280 | static inline unsigned long __must_check | 282 | static inline unsigned long __must_check |
281 | __copy_to_user(void __user *to, const void *from, unsigned long n) | 283 | __copy_to_user(void __user *to, const void *from, unsigned long n) |
282 | { | 284 | { |