Commit efc70278 authored by Shuah Khan's avatar Shuah Khan Committed by 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: default avatarShuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment