From 8954f2b8d8a06db44bef9a1318f6e1cdb001b98d Mon Sep 17 00:00:00 2001 From: kimocoder Date: Sun, 29 Oct 2023 15:15:50 +0100 Subject: [PATCH] Fix the VFS internal message --- os_dep/linux/usb_intf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index b319e58..2ef96b3 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -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);