Need patch for vmalloc.h
Omar Mustafa
omarmustafa1991 at yahoo.com
Thu Sep 2 12:59:53 UTC 2021
Hi
I am trying to compile some drivers from the source but MAKE fails with the following errors:
error: too many arguments to function ‘__vmalloc’ 157 |
__vmalloc(load_driver->sys_files[i].size,
./include/linux/vmalloc.h:132:14: note: declared here
132 | extern void *__vmalloc(unsigned long size, gfp_t gfp_mask);
I googled online but had no luck
Is there any way to fix this??
Thanks in advance
More information about the ubuntu-users
mailing list