提交 b4a06918 编写于 作者: A Al Viro 提交者: Linus Torvalds

frv: missing __clear_user()

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 c248725b
...@@ -277,6 +277,8 @@ extern long __memcpy_user(void *dst, const void *src, unsigned long count); ...@@ -277,6 +277,8 @@ extern long __memcpy_user(void *dst, const void *src, unsigned long count);
#endif #endif
#define __clear_user clear_user
static inline unsigned long __must_check static inline unsigned long __must_check
__copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user(void __user *to, const void *from, unsigned long n)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册