[media] media: Media Controller export non locking __media_entity_setup_link()

Export __media_entity_setup_link() to be used from code paths
that hold the graph_mutex.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Shuah Khan 2016-02-11 21:41:23 -02:00 коммит произвёл Mauro Carvalho Chehab
Родитель cd87ce873f
Коммит efc702784f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -806,6 +806,7 @@ int __media_entity_setup_link(struct media_link *link, u32 flags)
return ret;
}
EXPORT_SYMBOL_GPL(__media_entity_setup_link);
int media_entity_setup_link(struct media_link *link, u32 flags)
{