[workqueue] 系统默认工作队列初始化阶段提前

This commit is contained in:
tangyuxin 2021-02-22 11:23:20 +08:00
parent 83692a54c4
commit 791b8a35de
1 changed files with 1 additions and 2 deletions

View File

@ -369,7 +369,6 @@ int rt_work_sys_workqueue_init(void)
return RT_EOK;
}
INIT_DEVICE_EXPORT(rt_work_sys_workqueue_init);
INIT_PREV_EXPORT(rt_work_sys_workqueue_init);
#endif
#endif