提交 efc70278 编写于 作者: S Shuah Khan 提交者: Mauro Carvalho Chehab

[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: NShuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 cd87ce87
...@@ -806,6 +806,7 @@ int __media_entity_setup_link(struct media_link *link, u32 flags) ...@@ -806,6 +806,7 @@ int __media_entity_setup_link(struct media_link *link, u32 flags)
return ret; return ret;
} }
EXPORT_SYMBOL_GPL(__media_entity_setup_link);
int media_entity_setup_link(struct media_link *link, u32 flags) int media_entity_setup_link(struct media_link *link, u32 flags)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册