Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4a06918 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

frv: missing __clear_user()

parent c248725b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)
{