Fix the VFS internal message

pull/1118/head
kimocoder 2023-10-29 15:15:50 +01:00
parent 04f600ee54
commit 8954f2b8d8
1 changed files with 2 additions and 0 deletions

View File

@ -1640,6 +1640,8 @@ static void __exit rtw_drv_halt(void)
rtw_mstat_dump(RTW_DBGDUMP);
}
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
module_init(rtw_drv_entry);
module_exit(rtw_drv_halt);