[dfs][mqueue]Ensure that dev is initialized before mqueue (#8197)
This commit is contained in:
parent
e78cfdf64b
commit
7066761510
|
@ -162,4 +162,4 @@ int dfs_mqueue_init(void) {
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
INIT_COMPONENT_EXPORT(dfs_mqueue_init);
|
||||
INIT_ENV_EXPORT(dfs_mqueue_init);
|
||||
|
|
|
@ -238,4 +238,4 @@ int dfs_mqueue_init(void) {
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
INIT_COMPONENT_EXPORT(dfs_mqueue_init);
|
||||
INIT_ENV_EXPORT(dfs_mqueue_init);
|
||||
|
|
Loading…
Reference in New Issue