1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-09-16 19:52:18 +00:00

Merge pull request #101 from how2flow/dev

fix: os_dep/osdep_service.c: add VFS namespace
This commit is contained in:
morrownr 2023-07-18 23:05:21 -05:00 committed by GitHub
commit 4efe62365c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3533,3 +3533,4 @@ int hwaddr_aton_i(const char *txt, u8 *addr)
return 0;
}
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);