Merge "msm: ADSPRPC: Initialize the list for global gfa maps"
This commit is contained in:
commit
ffee4e8638
1 changed files with 1 additions and 0 deletions
|
@ -1465,6 +1465,7 @@ static void fastrpc_init(struct fastrpc_apps *me)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
INIT_HLIST_HEAD(&me->drivers);
|
INIT_HLIST_HEAD(&me->drivers);
|
||||||
|
INIT_HLIST_HEAD(&me->maps);
|
||||||
spin_lock_init(&me->hlock);
|
spin_lock_init(&me->hlock);
|
||||||
mutex_init(&me->smd_mutex);
|
mutex_init(&me->smd_mutex);
|
||||||
me->channel = &gcinfo[0];
|
me->channel = &gcinfo[0];
|
||||||
|
|
Loading…
Add table
Reference in a new issue