You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: implicit declaration of function 'copy_from_user' [-Werror=implicit-function-declaration]
if (copy_from_user( input, buff, len )) {
^~~~~~~~~~~~~~
Edit: Yeah, including linux/uaccess.h instead of asm/uaccess.h results in a successful build
The
uaccess.h
has moved fromasm
tolinux
in Kernel 4.12, so would you like add the following patch?The text was updated successfully, but these errors were encountered: