wireless patches: fix build for kernel 6.13

This commit is contained in:
amazingfate
2024-12-24 11:53:00 +08:00
committed by Jianfeng Liu
parent 122a21b9a8
commit f403e61fc3
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ index d6d326aef..aa1f0499d 100644
#endif
#endif /* DBG_MEMORY_LEAK */
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0)
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(6, 13, 0))
+MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
+#endif