mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-11-22 05:24:47 +00:00
fix: os_intfs: Raise the kernel version comparison from 5.4.0 to 5.10.0
Occured error "multiple definition of `aes_encrypt'; lib/crypto/aes.o:aes.c:(.text+0x350): first defined here" in kernel 5.4 Signed-off-by: Steve Jeong <steve@how2flow.net>
This commit is contained in:
parent
f6d4598290
commit
a96e0e1f33
@ -27,7 +27,7 @@ MODULE_VERSION(DRIVERVERSION);
|
|||||||
* This declaration was created to resolve an error on Rockchip.
|
* This declaration was created to resolve an error on Rockchip.
|
||||||
* You can modify or add flags in the fs/Makefile.
|
* You can modify or add flags in the fs/Makefile.
|
||||||
*/
|
*/
|
||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0)
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0)
|
||||||
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
|
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user