移除 copy_to_user 函数的实现,简化代码结构
This commit is contained in:
@@ -62,8 +62,5 @@ __visible __section(".text") unsigned long sukisu_compact_find_symbol(const char
|
||||
|
||||
return 0;
|
||||
}
|
||||
__section(".text") long copy_to_user(void __user *to, const void *from, unsigned long n) {
|
||||
return __copy_to_user(to, from, n);
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(sukisu_compact_find_symbol);
|
||||
|
||||
Reference in New Issue
Block a user