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: modpost: module 8814au uses symbol kernel_write from namespace VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver, but does not import it.
| ERROR: modpost: module 8814au uses symbol kernel_read from namespace VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver, but does not import it.
| ERROR: modpost: module 8814au uses symbol filp_open from namespace VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver, but does not import it.
Compiled and worked fine after adding this line to osdep_service.c:
When building with Yocto Kirkstone via https://layers.openembedded.org/layerindex/recipe/348093/ (the kernel is at version 5.10.110), I get an error like so:
Compiled and worked fine after adding this line to
osdep_service.c
:MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
Thanks!
The text was updated successfully, but these errors were encountered: