diff --git a/os_dep/osdep_service.c b/os_dep/osdep_service.c index 7733464..96024a4 100644 --- a/os_dep/osdep_service.c +++ b/os_dep/osdep_service.c @@ -52,6 +52,10 @@ inline int RTW_STATUS_CODE(int error_code) } #endif +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0) + MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver); +#endif + u32 rtw_atoi(u8 *s) {