mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-11-22 13:34:47 +00:00
fix am_NOT_a_driver problem - appears to be specific to Android
This commit is contained in:
parent
b1c0c661dc
commit
9e2772540f
@ -52,6 +52,16 @@ inline int RTW_STATUS_CODE(int error_code)
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Include namespace when file system namespace errors occur during kernel build.
|
||||
* about 'kernel_read' or 'kernel_write'
|
||||
*
|
||||
* This declaration was created to resolve an error on the Rockchip side
|
||||
* You can modify or add flags in the fs/Makefile.
|
||||
*/
|
||||
#ifdef ANDROID_GKI_VFS_EXPORT_ONLY
|
||||
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
|
||||
#endif
|
||||
|
||||
u32 rtw_atoi(u8 *s)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user